replace tabs to spaces at app/views/issue_statuses/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7293 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
da8a2ea4bc
commit
611f7d658f
|
@ -28,9 +28,9 @@
|
|||
<td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td>
|
||||
<td class="buttons">
|
||||
<%= link_to(l(:button_delete), { :action => 'destroy', :id => status },
|
||||
:method => :post,
|
||||
:confirm => l(:text_are_you_sure),
|
||||
:class => 'icon icon-del') %>
|
||||
:method => :post,
|
||||
:confirm => l(:text_are_you_sure),
|
||||
:class => 'icon icon-del') %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue