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.erb6
1 files changed, 3 insertions, 3 deletions
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 @@
<td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}) %></td>
<td class="buttons">
<%= 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' %>
</td>
</tr>
<% end %>