1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-31 04:39:40 +00:00

Add 'icon' and 'icon-add' classes to new enum links (#24776).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16187 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-01-14 10:04:00 +00:00
parent 7f3ce996c2
commit 898a55fa70

View File

@ -5,7 +5,7 @@
<% enumerations = klass.shared %>
<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name) %></p>
<p><%= link_to l(:label_enumeration_new), new_enumeration_path(:type => klass.name), :class => 'icon icon-add' %></p>
<% if enumerations.any? %>
<table class="list enumerations"><thead>