@@ -21,9 +21,9 | |||
|
21 | 21 | <td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %></td> |
|
22 | 22 | <td class="buttons"> |
|
23 | 23 | <%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration }, |
|
24 | :method => :post, | |
|
25 |
|
|
|
26 | :class => 'icon icon-del' %> | |
|
24 | :method => :post, | |
|
25 | :confirm => l(:text_are_you_sure), | |
|
26 | :class => 'icon icon-del' %> | |
|
27 | 27 | </td> |
|
28 | 28 | </tr> |
|
29 | 29 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now