mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-18 15:08:12 +00:00
git-svn-id: https://svn.redmine.org/redmine/trunk@23222 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
49e48ce390
commit
8438deb8a6
@ -76,7 +76,7 @@ module ApplicationHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
css_classes += " #{options[:class]}" if css_classes && options[:class].present?
|
css_classes += " #{options[:class]}" if css_classes && options[:class].present?
|
||||||
url ? link_to(name, url, :class => css_classes) : name
|
url ? link_to(principal_icon(principal.class.name.downcase).to_s + name, url, :class => css_classes) : name
|
||||||
end
|
end
|
||||||
|
|
||||||
# Displays a link to edit group page if current user is admin
|
# Displays a link to edit group page if current user is admin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user