Commit f5958be3 authored by Lukas Eipert's avatar Lukas Eipert

add tooltip to weight icon in issues list

parent d64d1566
......@@ -38,7 +38,7 @@
= link_to_label(label, subject: issue.project, css_class: 'label-link')
- if issue.weight
%span.issuable-weight
%span.issuable-weight.has-tooltip{ data: { container: 'body' }, title: _('Weight') }
 
= icon('balance-scale')
= issue.weight
......
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