mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
Switch todo glyphs to FontAwesome
This commit is contained in:
parent
206d121d3d
commit
9415128fcb
1 changed files with 2 additions and 2 deletions
|
|
@ -60,9 +60,9 @@ module ApplicationHelper
|
|||
|
||||
def icon_for_todo(bool)
|
||||
if bool
|
||||
return 'glyphicon glyphicon-ok'
|
||||
return 'fa fa-check'
|
||||
else
|
||||
return 'glyphicon glyphicon-remove'
|
||||
return 'fa fa-times'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue