Changed bool_icons
This commit is contained in:
@@ -13,8 +13,8 @@ module ApplicationHelper
|
||||
|
||||
def bool_icon(bool)
|
||||
case bool
|
||||
when true then "check"
|
||||
else "x-mark"
|
||||
when true then "check-circle"
|
||||
else "x-circle"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user