BigW Consortium Gitlab

Commit 8fad7e63 by Dmitriy Zaporozhets

Add a bit of space between star icon and text

parent c0306f78
......@@ -128,9 +128,9 @@ module ProjectsHelper
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment