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 @@

<%= l(klass::OptionName) %>

<% enumerations = klass.shared %> + +

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

+ <% if enumerations.any? %> @@ -26,8 +29,6 @@
<% reset_cycle %> <% end %> - -

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

<% end %> <% html_title(l(:label_enumerations)) -%>