Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
5aada4e97220
Commit
02b7be4a
authored
Aug 20, 2015
by
Douwe Maan
Browse files
Remove weirdness.
parent
5be3b6004960
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/helpers/icons_helper.rb
View file @
5aada4e9
...
...
@@ -20,7 +20,7 @@ def spinner(text = nil, visible = false)
end
def
boolean_to_icon
(
value
)
if
value
.
to_s
==
"true"
if
value
icon
(
'circle'
,
class:
'cgreen'
)
else
icon
(
'power-off'
,
class:
'clgray'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment