summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Jain <rjain@gitlab.com>2019-04-29 13:22:25 +0530
committerRajat Jain <rjain@gitlab.com>2019-04-29 17:00:37 +0530
commit94148297a4bcd994c576487aa46c5433b684dc9a (patch)
treecd3c6703e14ca07a770bf73c3de94347f9d94b1a
parent4047e5b8275490288e7ce38ae48e3f7248e5daf8 (diff)
downloadgitlab-ce-94148297a4bcd994c576487aa46c5433b684dc9a.tar.gz
Move EE differences for projects issue
-rw-r--r--app/views/projects/issues/_issue.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/issues/_issue.html.haml b/app/views/projects/issues/_issue.html.haml
index 0d8d7123a01..9293aa1b309 100644
--- a/app/views/projects/issues/_issue.html.haml
+++ b/app/views/projects/issues/_issue.html.haml
@@ -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?