]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/roles/index.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:43:24 +0000 (02:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:43:24 +0000 (02:43 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7392 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/roles/index.html.erb

index b8cea261b632f9dcd9c4be4a45604d80afe67009..3edd4672dde6650433023f9b2c57d059bfa7e7e1 100644 (file)
@@ -8,7 +8,7 @@
   <thead><tr>
     <th><%=l(:label_role)%></th>
     <th><%=l(:button_sort)%></th>
-       <th></th>
+  <th></th>
   </tr></thead>
   <tbody>
 <% for role in @roles %>
@@ -21,9 +21,9 @@
   </td>
   <td class="buttons">
     <%= link_to(l(:button_delete), { :action => 'destroy', :id => role },
-                                                                                                                       :method => :post,
-                                                                                                                       :confirm => l(:text_are_you_sure),
-                                                                                                                       :class => 'icon icon-del') unless role.builtin? %>
+                                  :method => :post,
+                                  :confirm => l(:text_are_you_sure),
+                                  :class => 'icon icon-del') unless role.builtin? %>
   </td>
   </tr>
 <% end %>