]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces app/views/timelog/_list.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 02:54:38 +0000 (02:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 02:54:38 +0000 (02:54 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7278 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/timelog/_list.html.erb

index 6d3180c854e79d61d2f32b42c5d8431952054657..1c2ddd4f44beac371b65f78d7d5e5b1d5eb04278 100644 (file)
@@ -4,9 +4,9 @@
 <thead>
 <tr>
 <th class="checkbox hide-when-print">
-  <%= 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)}" %>
 </th>
 <%= sort_header_tag('spent_on', :caption => l(:label_date), :default_order => 'desc') %>