Commit 3bfcff8b authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '10445-issue' into 'master'

Move EE differences for `app/views/projects/issues/_issue.html.haml`

Closes #10445

See merge request gitlab-org/gitlab-ee!11834
parents 964ad5dd 5017f8fd
......@@ -39,11 +39,7 @@
- presented_labels_sorted_by_title(issue.labels, issue.project).each do |label|
= link_to_label(label, css_class: 'label-link')
- if issue.weight
%span.issuable-weight.d-none.d-sm-inline-block.has-tooltip{ data: { container: 'body' }, title: _('Weight') }
 
= sprite_icon('weight', size: 16, css_class: 'issue-weight-icon')
= issue.weight
= render_if_exists "projects/issues/issue_weight", issue: issue
.issuable-meta
%ul.controls
......
- issue = local_assigns.fetch(:issue)
- if issue.weight
%span.issuable-weight.d-none.d-sm-inline-block.has-tooltip{ data: { container: 'body' }, title: _('Weight') }
 
= sprite_icon('weight', size: 16, css_class: 'issue-weight-icon')
= 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