From 86cc5268c005e5d911cb6169f4f510ebfc78dc3b Mon Sep 17 00:00:00 2001 From: Marcin Ciunelis Date: Wed, 22 Aug 2012 23:45:06 +0200 Subject: [PATCH] back to ruby 1.8 hash style --- app/views/errs/_tally_table.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/errs/_tally_table.html.haml b/app/views/errs/_tally_table.html.haml index a09abde..bd03ede 100644 --- a/app/views/errs/_tally_table.html.haml +++ b/app/views/errs/_tally_table.html.haml @@ -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 -- libgit2 0.21.2