Small Ruby1.8-compatibility fix

This commit is contained in:
Paul van Tilburg 2013-06-16 21:30:24 +02:00
parent 86b8b04608
commit 1d8842ad36
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ module StopTime::Views
:href => R(TimelineN, entry.id) }
td { entry.start.to_formatted_s(:time_only) }
td { entry.end.to_formatted_s(:time_only)}
td { span entry.comment, title: entry.comment }
td { span entry.comment, :title => entry.comment }
td { "%.2fh" % entry.hours_total }
td do
_form_input_checkbox("bill_#{entry.id}", true, :disabled => true)