diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb index 6d3180c85..1c2ddd4f4 100644 --- a/app/views/timelog/_list.html.erb +++ b/app/views/timelog/_list.html.erb @@ -4,9 +4,9 @@ - <%= link_to image_tag('toggle_check.png'), - {}, - :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', + <%= link_to image_tag('toggle_check.png'), + {}, + :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> <%= sort_header_tag('spent_on', :caption => l(:label_date), :default_order => 'desc') %>