@@ -22,6 +22,7 | |||||
22 | <td class="buttons"> |
|
22 | <td class="buttons"> | |
23 | <%= link_to l(:button_test), :action => 'test_connection', :id => source %> |
|
23 | <%= link_to l(:button_test), :action => 'test_connection', :id => source %> | |
24 | <%= link_to l(:button_delete), { :action => 'destroy', :id => source }, |
|
24 | <%= link_to l(:button_delete), { :action => 'destroy', :id => source }, | |
|
25 | :method => :post, | |||
25 | :confirm => l(:text_are_you_sure), |
|
26 | :confirm => l(:text_are_you_sure), | |
26 | :class => 'icon icon-del', |
|
27 | :class => 'icon icon-del', | |
27 | :disabled => source.users.any? %> |
|
28 | :disabled => source.users.any? %> |
General Comments 0
You need to be logged in to leave comments.
Login now