@@ -8,7 +8,7 | |||||
8 | <thead><tr> |
|
8 | <thead><tr> | |
9 | <th><%=l(:label_role)%></th> |
|
9 | <th><%=l(:label_role)%></th> | |
10 | <th><%=l(:button_sort)%></th> |
|
10 | <th><%=l(:button_sort)%></th> | |
11 |
|
|
11 | <th></th> | |
12 | </tr></thead> |
|
12 | </tr></thead> | |
13 | <tbody> |
|
13 | <tbody> | |
14 | <% for role in @roles %> |
|
14 | <% for role in @roles %> | |
@@ -21,9 +21,9 | |||||
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 |
|
|
25 | :confirm => l(:text_are_you_sure), | |
26 |
|
|
26 | :class => 'icon icon-del') unless role.builtin? %> | |
27 | </td> |
|
27 | </td> | |
28 | </tr> |
|
28 | </tr> | |
29 | <% end %> |
|
29 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now