about summary refs log tree commit diff stats
path: root/app/views/pokeviewer/pokemon/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pokeviewer/pokemon/index.html.haml')
-rw-r--r--app/views/pokeviewer/pokemon/index.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/pokeviewer/pokemon/index.html.haml b/app/views/pokeviewer/pokemon/index.html.haml index 7cee27a..f16f0bc 100644 --- a/app/views/pokeviewer/pokemon/index.html.haml +++ b/app/views/pokeviewer/pokemon/index.html.haml
@@ -17,12 +17,12 @@
17 - box.contents.each_slice(6) do |row| 17 - box.contents.each_slice(6) do |row|
18 %tr 18 %tr
19 - row.each do |p| 19 - row.each do |p|
20 %td.pc-pokemon 20 %td.pc-pokemon.pkv-has-hover
21 - if p.nil? 21 - if p.nil?
22 .spacer 22 .spacer
23 - else 23 - else
24 = link_to image_tag(p.icon_path), p 24 = link_to image_tag(p.icon_path), p
25 .pc-data 25 .pc-data.pkv-hover
26 .pc-data-name= p.revisions.last.nickname 26 .pc-data-name= p.revisions.last.nickname
27 .pc-data-ot 27 .pc-data-ot
28 OT/ 28 OT/
@@ -33,9 +33,9 @@
33 %h2 Pokémon Not In Any Game 33 %h2 Pokémon Not In Any Game
34 %ul.pokemon-list 34 %ul.pokemon-list
35 - @unaccounted.each do |p| 35 - @unaccounted.each do |p|
36 %li.pc-pokemon 36 %li.pc-pokemon.pkv-has-hover
37 = link_to image_tag(p.icon_path), p 37 = link_to image_tag(p.icon_path), p
38 .pc-data 38 .pc-data.pkv-hover
39 .pc-data-name= p.revisions.last.nickname 39 .pc-data-name= p.revisions.last.nickname
40 .pc-data-ot 40 .pc-data-ot
41 OT/ 41 OT/