]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/enumerations/list.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 00:15:22 +0000 (00:15 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 00:15:22 +0000 (00:15 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7267 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/enumerations/list.html.erb

index 62e3f648d14b6a5f958f98a1409d3a44eaf3f4d1..64ab4f6b4a2f18ed003c28ef5249db41e2c4921d 100644 (file)
@@ -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' %>