Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 16:21:23 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-02 16:21:23 +0300
commit6aa43974d4bb674f457833ba6f314bbd7c8a2578 (patch)
treeb1ad76904886ee93914a992b0f1bfb05bfb53ea5 /app/views/projects/issues/_discussion.html.haml
parent89488a7cf930c41028a6e2e842cf0b6b8133e78b (diff)
Move subscription info below label info in issue/MR sidebar
Diffstat (limited to 'app/views/projects/issues/_discussion.html.haml')
-rw-r--r--app/views/projects/issues/_discussion.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml
index 8f0a1ed9be2..b5f522f2079 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -29,10 +29,3 @@
.issuable-affix
.context
= render 'shared/issuable/context', issuable: @issue
-
- - if @issue.labels.any?
- .issuable-context-title
- %label Labels
- .issue-show-labels
- - @issue.labels.each do |label|
- = link_to_label(label)