summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-04-30 17:28:49 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-04-30 17:28:49 +0000
commit13c0eb2c16db8002b1e940d847740be6628d767b (patch)
treecf251a1dd0d55c0ad0a49e2c0918034942f30c89
parent5e4a6a253bb5fca328bc8c3096a91892bed0cf94 (diff)
parent94148297a4bcd994c576487aa46c5433b684dc9a (diff)
downloadgitlab-ce-13c0eb2c16db8002b1e940d847740be6628d767b.tar.gz
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
-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?