@@ -15,10 +15,10 | |||
|
15 | 15 | <tbody> |
|
16 | 16 | <% for source in @auth_sources %> |
|
17 | 17 | <tr class="<%= cycle("odd", "even") %>"> |
|
18 |
<td><%= link_to |
|
|
19 | <td align="center"><%= source.auth_method_name %></td> | |
|
20 |
<td align="center"><%= source.host %></td> |
|
|
21 | <td align="center"><%= source.users.count %></td> | |
|
18 | <td><%= link_to(h(source.name), :action => 'edit', :id => source)%></td> | |
|
19 | <td align="center"><%= h source.auth_method_name %></td> | |
|
20 | <td align="center"><%= h source.host %></td> | |
|
21 | <td align="center"><%= h source.users.count %></td> | |
|
22 | 22 | <td class="buttons"> |
|
23 | 23 | <%= link_to l(:button_test), :action => 'test_connection', :id => source %> |
|
24 | 24 | <%= link_to l(:button_delete), { :action => 'destroy', :id => source }, |
General Comments 0
You need to be logged in to leave comments.
Login now