diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/roles/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 73c7e0841..b8cea261b 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -21,7 +21,7 @@ </td> <td class="buttons"> <%= link_to(l(:button_delete), { :action => 'destroy', :id => role }, - :method => :post, + :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del') unless role.builtin? %> </td> |