mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Patch by Bernhard Rohloff (user:cappumuc). git-svn-id: https://svn.redmine.org/redmine/trunk@23221 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0796c5d50e
commit
49e48ce390
@ -1661,7 +1661,7 @@ module ApplicationHelper
|
||||
|
||||
def checked_image(checked=true)
|
||||
if checked
|
||||
@checked_image_tag ||= content_tag(:span, nil, :class => 'icon-only icon-checked')
|
||||
@checked_image_tag ||= content_tag(:span, sprite_icon("checked"), :class => 'icon-only icon-checked')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user