##// END OF EJS Templates
Fixed: 'Delete' link on LDAP list has no effect (#4530)....
Jean-Philippe Lang -
r3168:eecc6864a96f
parent child
Show More
@@ -22,6 +22,7
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 },
25 :method => :post,
25 26 :confirm => l(:text_are_you_sure),
26 27 :class => 'icon icon-del',
27 28 :disabled => source.users.any? %>
General Comments 0
You need to be logged in to leave comments. Login now