Commit fd7c5664 authored by Tim Zallmann's avatar Tim Zallmann

Apply 1 suggestion(s) to 1 file(s)

parent 440ceac6
......@@ -62,7 +62,7 @@ module SnippetsHelper
icon_name, text = attrs
tag.span(class: %w[badge badge-gray]) do
concat(sprite_icon(icon_name, size: 14, css_class: 'vertical-align-middle'))
concat(sprite_icon(icon_name, size: 14, css_class: 'gl-vertical-align-middle'))
concat(' ')
concat(text)
end
......
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