From b95d33388b5be10b62d0167e99a6e18076d179a2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 23:06:37 +0000 Subject: [PATCH] replace tabs to spaces at app/views/enumerations/list.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7357 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/enumerations/list.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/enumerations/list.html.erb b/app/views/enumerations/list.html.erb index 64ab4f6b4..80f7ef3dc 100644 --- a/app/views/enumerations/list.html.erb +++ b/app/views/enumerations/list.html.erb @@ -21,9 +21,9 @@ <%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %> <%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration }, - :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 %>