summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/list.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
<td class="center" style="width:15%;"><%= checked_image enumeration.active? %></td>
<td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %></td>
<td class="buttons">
- <%= 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' %>