remove trailing white-spaces app/views/timelog/_list.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7278 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8d72d4098b
commit
9fec631d14
|
@ -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') %>
|
||||
|
|
Loading…
Reference in New Issue