1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Made getpokedexurl link to the pokemon page, made clicking a pokemon in the tiers page open a pokemon page in a new tab

This commit is contained in:
Deukhoofd
2016-03-03 23:32:57 +01:00
parent ff1867b5af
commit d8c4a3067b
5 changed files with 33 additions and 4 deletions

View File

@@ -268,7 +268,7 @@ class @Pokemon extends Backbone.Model
slugSpecies = slugify(@get('species'))
slugForme = slugify(@get('forme'))
"//wiki.p-insurgence.com/#{slugSpecies}"
"/pokemon/#{@get('species')}"
getIllu: ->
@get('illu')

View File

@@ -28,6 +28,7 @@ style
height: 200px;
text-align: center;
vertical-align: middle;
padding: 0px;
}
.description{
width: 400px;