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 %>