summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-08 19:21:59 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-08 19:21:59 +0000
commit220641909ca6b6a3a5789868dab780b342517910 (patch)
tree47b773b20c4f6876fbaca30863c2da4f863d0472 /app/views/enumerations
parent31bc6054a36a08d43a640531648ed3f1dbebac7e (diff)
downloadredmine-220641909ca6b6a3a5789868dab780b342517910.tar.gz
redmine-220641909ca6b6a3a5789868dab780b342517910.zip
* all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
* fixed: subprojects count is always 0 on projects list git-svn-id: http://redmine.rubyforge.org/svn/trunk@157 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/enumerations/list.rhtml b/app/views/enumerations/list.rhtml
index 6c448fdc7..18508125f 100644
--- a/app/views/enumerations/list.rhtml
+++ b/app/views/enumerations/list.rhtml
@@ -10,7 +10,7 @@
<li><%= link_to value.name, :action => 'edit', :id => value %></li>
<% end %>
</ul>
- <p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option }, :class => "pic picAdd" %></p>&nbsp;
+ <p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option }, :class => "icon icon-add" %></p>&nbsp;
<% else %>
<h3><%= link_to l(name), :opt => option %></h3>