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