##// END OF EJS Templates
Add 'icon' and 'icon-add' classes to new enum links (#24776)....
Jean-Philippe Lang -
r15805:898a55fa7081
parent child
Show More
@@ -5,7 +5,7
5
5
6 <% enumerations = klass.shared %>
6 <% enumerations = klass.shared %>
7
7
8 <p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
8 <p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name), :class => 'icon icon-add' %></p>
9
9
10 <% if enumerations.any? %>
10 <% if enumerations.any? %>
11 <table class="list enumerations"><thead>
11 <table class="list enumerations"><thead>
General Comments 0
You need to be logged in to leave comments. Login now