Commit 13c0eb2c 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`

See merge request gitlab-org/gitlab-ce!27804
parents 5e4a6a25 94148297
......@@ -39,6 +39,8 @@
- presented_labels_sorted_by_title(issue.labels, issue.project).each do |label|
= link_to_label(label, css_class: 'label-link')
= render_if_exists "projects/issues/issue_weight", issue: issue
.issuable-meta
%ul.controls
- if issue.closed?
......
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