ソースを参照

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年前
コミット
898a55fa70
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      app/views/enumerations/index.html.erb

+ 1
- 1
app/views/enumerations/index.html.erb ファイルの表示

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

読み込み中…
キャンセル
保存