From 4374e988f3a41875a3844491679982e71fa2e937 2011-09-17 23:10:36 From: Toshi MARUYAMA Date: 2011-09-17 23:10:36 Subject: [PATCH] replace tabs to spaces at app/views/auth_sources/index.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7364 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb index 56906bd..9da5544 100644 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -6,11 +6,11 @@ - - - - - + + + + + <% for source in @auth_sources %> @@ -20,9 +20,9 @@
<%=l(:field_name)%><%=l(:field_type)%><%=l(:field_host)%><%=l(:label_user_plural)%><%=l(:field_name)%><%=l(:field_type)%><%=l(:field_host)%><%=l(:label_user_plural)%>
<%= h source.host %> <%= h source.users.count %> - <%= 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? %>