Patch #41710 » fix_checkmark_in_tables_view.diff
app/helpers/application_helper.rb | ||
---|---|---|
1661 | 1661 | |
1662 | 1662 |
def checked_image(checked=true) |
1663 | 1663 |
if checked |
1664 |
@checked_image_tag ||= content_tag(:span, nil, :class => 'icon-only icon-checked')
|
|
1664 |
@checked_image_tag ||= content_tag(:span, sprite_icon("checked"), :class => 'icon-only icon-checked')
|
|
1665 | 1665 |
end |
1666 | 1666 |
end |
1667 | 1667 |
- « Previous
- 1
- 2
- Next »