summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 00:15:22 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 00:15:22 +0000
commit5567f2497b55a2e584e0ccd8c5bc54229e72ba64 (patch)
treed5307a959d6cf4cdd08a38e498d38f5072325ee3 /app/views/enumerations
parent7f4af3bfb9b9f5d4a4e9bc81102d856522ac4454 (diff)
downloadredmine-5567f2497b55a2e584e0ccd8c5bc54229e72ba64.tar.gz
redmine-5567f2497b55a2e584e0ccd8c5bc54229e72ba64.zip
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
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/list.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
<td class="center" style="width:15%;"><%= checked_image enumeration.active? %></td>
<td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %></td>
<td class="buttons">
- <%= 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' %>