summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/enumerations/index.html.erb')
-rw-r--r--app/views/enumerations/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb
index 09d13a091..a516ccc44 100644
--- a/app/views/enumerations/index.html.erb
+++ b/app/views/enumerations/index.html.erb
@@ -5,7 +5,7 @@
<% enumerations = klass.shared %>
-<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name), :class => 'icon icon-add' %></p>
+<p><%= link_to icon_with_label('add', l(:label_enumeration_new)), new_enumeration_path(:type => klass.name), :class => 'icon icon-add' %></p>
<% if enumerations.any? %>
<table class="list enumerations"><thead>
@@ -36,4 +36,4 @@
<%= javascript_tag do %>
$(function() { $("table.enumerations tbody").positionedItems(); });
-<% end %> \ No newline at end of file
+<% end %>