Commit b28414e8 authored by Florie Guibert's avatar Florie Guibert Committed by Heinrich Lee Yu

Labels refactor haml/ruby

- Clean up labels_helper
parent 5012bcde
......@@ -40,7 +40,7 @@ module LabelsHelper
link = label.filter_path(type: type)
if block_given?
link_to link, class: 'gl-link gl-label-link', &block
link_to link, &block
else
render_label(label, link: link, tooltip: tooltip, small: small)
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