summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/enumerations/list.rhtml b/app/views/enumerations/list.rhtml
index 6c448fdc7..18508125f 100644
--- a/app/views/enumerations/list.rhtml
+++ b/app/views/enumerations/list.rhtml
@@ -10,7 +10,7 @@
<li><%= link_to value.name, :action => 'edit', :id => value %></li>
<% end %>
</ul>
- <p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option }, :class => "pic picAdd" %></p>&nbsp;
+ <p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option }, :class => "icon icon-add" %></p>&nbsp;
<% else %>
<h3><%= link_to l(name), :opt => option %></h3>