diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb index b832d5c..65f7afb 100644 --- a/app/views/enumerations/index.html.erb +++ b/app/views/enumerations/index.html.erb @@ -5,7 +5,7 @@ <% enumerations = klass.shared %> -

<%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %>

+

<%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name), :class => 'icon icon-add' %>

<% if enumerations.any? %>