comparison app/views/auth_sources/index.html.erb @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
comparison
equal deleted inserted replaced
1297:0a574315af3e 1298:4f746d8966dd
18 <td><%= link_to(h(source.name), :action => 'edit', :id => source)%></td> 18 <td><%= link_to(h(source.name), :action => 'edit', :id => source)%></td>
19 <td align="center"><%= h source.auth_method_name %></td> 19 <td align="center"><%= h source.auth_method_name %></td>
20 <td align="center"><%= h source.host %></td> 20 <td align="center"><%= h source.host %></td>
21 <td align="center"><%= h source.users.count %></td> 21 <td align="center"><%= h source.users.count %></td>
22 <td class="buttons"> 22 <td class="buttons">
23 <%= link_to l(:button_test), {:action => 'test_connection', :id => source}, :class => 'icon icon-test' %> 23 <%= link_to l(:button_test), try_connection_auth_source_path(source), :class => 'icon icon-test' %>
24 <%= delete_link auth_source_path(source) %> 24 <%= delete_link auth_source_path(source) %>
25 </td> 25 </td>
26 </tr> 26 </tr>
27 <% end %> 27 <% end %>
28 </tbody> 28 </tbody>