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

app/views/issue_statuses/index.html.erb

index 0d3c1503a09154c2ea11f33d899a12b71ac9bf4f..0680016d8e673dfacb5d055dc8852cd9b0789069 100644 (file)
@@ -28,9 +28,9 @@
   <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td>
   <td class="buttons">
     <%= link_to(l(:button_delete), { :action => 'destroy', :id => status },
-                                                                                                                        :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 %>