about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/pokeviewer/pokemon/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pokeviewer/pokemon/show.html.haml b/app/views/pokeviewer/pokemon/show.html.haml index 9e892a7..4485932 100644 --- a/app/views/pokeviewer/pokemon/show.html.haml +++ b/app/views/pokeviewer/pokemon/show.html.haml
@@ -1,4 +1,4 @@
1.pokemon 1.pokemon{ class: "in-#{@pokemon.trainer.game}" }
2 .pokemon-basics 2 .pokemon-basics
3 .pokemon-species-id= "No. #{@pokemon.species_id}" 3 .pokemon-species-id= "No. #{@pokemon.species_id}"
4 .pokemon-species-name= @pokemon.species.name 4 .pokemon-species-name= @pokemon.species.name