Skip to content

Commit

Permalink
Merge pull request errbit#230 from martinciu/head-and-tail
Browse files Browse the repository at this point in the history
back to ruby 1.8 hash style
  • Loading branch information
martinciu committed Aug 22, 2012
2 parents 73a73f8 + 86cc526 commit 1e63703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/errs/_tally_table.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
- if rows.size > head_size
%tfoot
%tr
%td{colspan: 2}
= link_to 'Show more...', '#', class: :show_tail
%table.tally.tail{style: "display: none"}
%td{:colspan => 2}
= link_to 'Show more...', '#', :class => :show_tail
%table.tally.tail{:style => "display: none"}
%tbody
- tail(rows).each do |row|
%tr
Expand Down

0 comments on commit 1e63703

Please sign in to comment.