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
d64cc2079a7c
Commit
8fad7e63
authored
Oct 07, 2014
by
Dmitriy Zaporozhets
Browse files
Add a bit of space between star icon and text
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b64fed73fd6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/helpers/projects_helper.rb
View file @
d64cc207
...
...
@@ -128,9 +128,9 @@ def link_to_toggle_star(title, starred, signed_in)
toggle_html
=
content_tag
(
'span'
,
class:
'toggle'
)
do
toggle_text
=
if
starred
'Unstar'
'
Unstar'
else
'Star'
'
Star'
end
content_tag
(
'i'
,
' '
,
class:
'fa fa-star'
)
+
toggle_text
...
...
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