]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/enumerations/list.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:06:37 +0000 (23:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:06:37 +0000 (23:06 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7357 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/enumerations/list.html.erb

index 64ab4f6b4a2f18ed003c28ef5249db41e2c4921d..80f7ef3dcb328f9dd2ccd2121c4a54b09a2f3858 100644 (file)
@@ -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 %>