From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 00:15:22 +0000 (+0000) Subject: remove trailing white-spaces from app/views/enumerations/list.html.erb X-Git-Tag: 1.3.0~701 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5567f2497b55a2e584e0ccd8c5bc54229e72ba64;p=redmine.git remove trailing white-spaces from app/views/enumerations/list.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7267 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/enumerations/list.html.erb b/app/views/enumerations/list.html.erb index 62e3f648d..64ab4f6b4 100644 --- a/app/views/enumerations/list.html.erb +++ b/app/views/enumerations/list.html.erb @@ -20,7 +20,7 @@ <%= checked_image enumeration.active? %> <%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %> - <%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration }, + <%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration }, :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del' %>