diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:06:37 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:06:37 +0000 |
commit | b95d33388b5be10b62d0167e99a6e18076d179a2 (patch) | |
tree | 1e7f1ae9b4ed7ec38f30cf01bfa8708055733f8c /app/views/enumerations | |
parent | ceef6dc5fecc5cce906b2d1f624cc69dac472f3d (diff) | |
download | redmine-b95d33388b5be10b62d0167e99a6e18076d179a2.tar.gz redmine-b95d33388b5be10b62d0167e99a6e18076d179a2.zip |
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
Diffstat (limited to 'app/views/enumerations')
-rw-r--r-- | app/views/enumerations/list.html.erb | 6 |
1 files 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 @@ <td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %></td> <td class="buttons"> <%= 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' %> </td> </tr> <% end %> |