Commit 86cc5268c005e5d911cb6169f4f510ebfc78dc3b

Authored by Marcin Ciunelis
1 parent e4e97310
Exists in master and in 1 other branch production

back to ruby 1.8 hash style

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/views/errs/_tally_table.html.haml
... ... @@ -8,9 +8,9 @@
8 8 - if rows.size > head_size
9 9 %tfoot
10 10 %tr
11   - %td{colspan: 2}
12   - = link_to 'Show more...', '#', class: :show_tail
13   - %table.tally.tail{style: "display: none"}
  11 + %td{:colspan => 2}
  12 + = link_to 'Show more...', '#', :class => :show_tail
  13 + %table.tally.tail{:style => "display: none"}
14 14 %tbody
15 15 - tail(rows).each do |row|
16 16 %tr
... ...