diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb index 5f1d2ea..b832d5c 100644 --- a/app/views/enumerations/index.html.erb +++ b/app/views/enumerations/index.html.erb @@ -4,6 +4,9 @@
<%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %>
+ <% if enumerations.any? %><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %>
<% end %> <% html_title(l(:label_enumerations)) -%>