Mercurial > hg > soundsoftware-site
diff 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 |
line wrap: on
line diff
--- a/app/views/auth_sources/index.html.erb Fri Jun 14 09:07:32 2013 +0100 +++ b/app/views/auth_sources/index.html.erb Fri Jun 14 09:28:30 2013 +0100 @@ -20,7 +20,7 @@ <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}, :class => 'icon icon-test' %> + <%= link_to l(:button_test), try_connection_auth_source_path(source), :class => 'icon icon-test' %> <%= delete_link auth_source_path(source) %> </td> </tr>