Commit 99b2a5a2 authored by Scott Hampton's avatar Scott Hampton

Remove extraneous data attribute

I had `html: true` as a data attribute, but the tooltip was just text.
parent 871ca1e5
......@@ -9,8 +9,8 @@
- title = s_("PipelineStatusTooltip|Commit: %{ci_status}") % {ci_status: status.label}
- if path
= link_to path, class: css_classes, title: title, data: { html: true, placement: tooltip_placement } do
= link_to path, class: css_classes, title: title, data: { placement: tooltip_placement } do
= sprite_icon(status.icon, size: size)
- else
%span{ class: css_classes, title: title, data: { html: true, placement: tooltip_placement } }
%span{ class: css_classes, title: title, data: { placement: tooltip_placement } }
= sprite_icon(status.icon, size: size)
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