diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/pokeviewer/pokemon/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/pokeviewer/pokemon/index.html.haml b/app/views/pokeviewer/pokemon/index.html.haml index f16f0bc..0be3edd 100644 --- a/app/views/pokeviewer/pokemon/index.html.haml +++ b/app/views/pokeviewer/pokemon/index.html.haml | |||
@@ -12,9 +12,9 @@ | |||
12 | %span.party-name= link_to p.revisions.last.nickname, p | 12 | %span.party-name= link_to p.revisions.last.nickname, p |
13 | - trainer.boxes.each do |box| | 13 | - trainer.boxes.each do |box| |
14 | .pc-box | 14 | .pc-box |
15 | %h3= box.name | 15 | %h3= box[:name] |
16 | %table.pc-contents | 16 | %table.pc-contents |
17 | - box.contents.each_slice(6) do |row| | 17 | - box[:pokemon].each_slice(6) do |row| |
18 | %tr | 18 | %tr |
19 | - row.each do |p| | 19 | - row.each do |p| |
20 | %td.pc-pokemon.pkv-has-hover | 20 | %td.pc-pokemon.pkv-has-hover |