replace tabs to spaces at app/views/trackers/index.html.erb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6500 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-21 01:00:15 +00:00
parent 1450d8b943
commit 2dc684c486
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
<td align="center" style="width:15%;"><%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %></td>
<td class="buttons">
<%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker },
: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 %>