remove trailing white-spaces from app/views/workflows/_form.html.erb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6678 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f5356cb94e
commit
ce2fa679c0
|
@ -25,13 +25,13 @@
|
|||
<td>
|
||||
<%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.old-status-#{old_status.id}')",
|
||||
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
|
||||
|
||||
|
||||
<%=h old_status.name %>
|
||||
</td>
|
||||
<% for new_status in @statuses -%>
|
||||
<td align="center">
|
||||
<%= check_box_tag "issue_status[#{ old_status.id }][#{new_status.id}][]", name, workflows.detect {|w| w.old_status_id == old_status.id && w.new_status_id == new_status.id},
|
||||
:class => "old-status-#{old_status.id} new-status-#{new_status.id}" %>
|
||||
:class => "old-status-#{old_status.id} new-status-#{new_status.id}" %>
|
||||
</td>
|
||||
<% end -%>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue