From 611f7d658f98b834a41fd331964ff4d6583bdd7b 2011-09-17 04:08:21 From: Toshi MARUYAMA Date: 2011-09-17 04:08:21 Subject: [PATCH] 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 0d3c150..0680016 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 %>