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