diff --git a/app/views/enumerations/list.html.erb b/app/views/enumerations/list.html.erb
index 64ab4f6b4..80f7ef3dc 100644
--- a/app/views/enumerations/list.html.erb
+++ b/app/views/enumerations/list.html.erb
@@ -21,9 +21,9 @@
<%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %> |
<%= link_to l(:button_delete), { :action => 'destroy', :id => enumeration },
- :method => :post,
- :confirm => l(:text_are_you_sure),
- :class => 'icon icon-del' %>
+ :method => :post,
+ :confirm => l(:text_are_you_sure),
+ :class => 'icon icon-del' %>
|
<% end %>