Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@16186
e93f8b46-1217-0410-a6f0-
8f06a7374b81
<h3><%= l(klass::OptionName) %></h3>
<% enumerations = klass.shared %>
+
+<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
+
<% if enumerations.any? %>
<table class="list enumerations"><thead>
<tr>
</table>
<% reset_cycle %>
<% end %>
-
-<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
<% end %>
<% html_title(l(:label_enumerations)) -%>