Commit 92e8d937 authored by Clement Ho's avatar Clement Ho

Merge branch '5170-on-the-issue-list-add-tooltip-to-weight-value' into 'master'

Issues List: Add tooltip to weight icon

Closes #5170

See merge request gitlab-org/gitlab-ee!4935
parents e3cf7703 f5958be3
......@@ -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