diff --git a/app/views/enumerations/list.html.erb b/app/views/enumerations/list.html.erb
index 62e3f648d..64ab4f6b4 100644
--- a/app/views/enumerations/list.html.erb
+++ b/app/views/enumerations/list.html.erb
@@ -20,7 +20,7 @@
<%= checked_image enumeration.active? %> |
<%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %> |
- <%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration },
+ <%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration },
:method => :post,
:confirm => l(:text_are_you_sure),
:class => 'icon icon-del' %>
|