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

app/views/auth_sources/index.html.erb

index 56906bd43342882a09c6ca0575e1d992399f53bf..9da5544962df9e8cbd6823677e9fe2dce8761f5e 100644 (file)
@@ -6,11 +6,11 @@
 
 <table class="list">
   <thead><tr>
-         <th><%=l(:field_name)%></th>
-         <th><%=l(:field_type)%></th>
-         <th><%=l(:field_host)%></th>
-         <th><%=l(:label_user_plural)%></th>
-         <th></th>
+    <th><%=l(:field_name)%></th>
+    <th><%=l(:field_type)%></th>
+    <th><%=l(:field_host)%></th>
+    <th><%=l(:label_user_plural)%></th>
+    <th></th>
   </tr></thead>
   <tbody>
 <% for source in @auth_sources %>
@@ -20,9 +20,9 @@
     <td align="center"><%= h source.host %></td>
     <td align="center"><%= h source.users.count %></td>
     <td class="buttons">
-       <%= link_to l(:button_test), :action => 'test_connection', :id => source %>
-       <%= link_to l(:button_delete), { :action => 'destroy', :id => source },
-                                                                                                                                                                                                               :method => :post,
+      <%= link_to l(:button_test), :action => 'test_connection', :id => source %>
+      <%= link_to l(:button_delete), { :action => 'destroy', :id => source },
+                                                        :method => :post,
                                                         :confirm => l(:text_are_you_sure),
                                                         :class => 'icon icon-del',
                                                         :disabled => source.users.any? %>