]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/trackers/index.html.erb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 21 Aug 2011 01:00:15 +0000 (01:00 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 21 Aug 2011 01:00:15 +0000 (01:00 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6500 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/trackers/index.html.erb

index c4981ccd3beda6f73f494b752ab2891dd0e4ec6f..3234d312b279a12f52d937bd214b62fcfc23bb65 100644 (file)
@@ -19,9 +19,9 @@
   <td align="center" style="width:15%;"><%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %></td>
   <td class="buttons">
     <%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker },
-                                                                                                                        :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 %>