Browse Source

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
tags/3.4.0
Jean-Philippe Lang 7 years ago
parent
commit
898a55fa70
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/enumerations/index.html.erb

+ 1
- 1
app/views/enumerations/index.html.erb 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>

Loading…
Cancel
Save