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
This commit is contained in:
commit
13c0eb2c16
1 changed files with 2 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue