@@ -8,7 +8,7 | |||
|
8 | 8 | <thead><tr> |
|
9 | 9 | <th><%=l(:label_role)%></th> |
|
10 | 10 | <th><%=l(:button_sort)%></th> |
|
11 |
|
|
|
11 | <th></th> | |
|
12 | 12 | </tr></thead> |
|
13 | 13 | <tbody> |
|
14 | 14 | <% for role in @roles %> |
@@ -21,9 +21,9 | |||
|
21 | 21 | </td> |
|
22 | 22 | <td class="buttons"> |
|
23 | 23 | <%= link_to(l(:button_delete), { :action => 'destroy', :id => role }, |
|
24 | :method => :post, | |
|
25 |
|
|
|
26 |
|
|
|
24 | :method => :post, | |
|
25 | :confirm => l(:text_are_you_sure), | |
|
26 | :class => 'icon icon-del') unless role.builtin? %> | |
|
27 | 27 | </td> |
|
28 | 28 | </tr> |
|
29 | 29 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now