From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 04:08:21 +0000 (+0000) Subject: replace tabs to spaces at app/views/issue_statuses/index.html.erb X-Git-Tag: 1.3.0~675 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=611f7d658f98b834a41fd331964ff4d6583bdd7b;p=redmine.git 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 --- diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb index 0d3c1503a..0680016d8 100644 --- a/app/views/issue_statuses/index.html.erb +++ b/app/views/issue_statuses/index.html.erb @@ -28,9 +28,9 @@ <%= reorder_links('issue_status', {:action => 'update', :id => status}) %> <%= 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') %> <% end %>