about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-09-28 23:54:38 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-09-28 23:54:38 -0400
commit25bce2b0b189ec34123510041925cdb1143421fc (patch)
treed26fc6f34bd33230bb6e7ff4384103b4e1853137 /app/views
parentd18a7da044b8fdb4ded49e05865b3dc743c4fb58 (diff)
downloadpokeviewer-25bce2b0b189ec34123510041925cdb1143421fc.tar.gz
pokeviewer-25bce2b0b189ec34123510041925cdb1143421fc.tar.bz2
pokeviewer-25bce2b0b189ec34123510041925cdb1143421fc.zip
Added contest diagram
Diffstat (limited to 'app/views')
-rw-r--r--app/views/pokeviewer/pokemon/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/pokeviewer/pokemon/show.html.haml b/app/views/pokeviewer/pokemon/show.html.haml index 232d6bc..3a04914 100644 --- a/app/views/pokeviewer/pokemon/show.html.haml +++ b/app/views/pokeviewer/pokemon/show.html.haml
@@ -76,3 +76,4 @@
76 %span.pokemon-nature<= @pokemon.nature.titlecase 76 %span.pokemon-nature<= @pokemon.nature.titlecase
77 nature. 77 nature.
78 %p= @pokemon.display_met 78 %p= @pokemon.display_met
79 = condition_diagram @pokemon.revisions.last