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