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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 21:48:11 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 22:12:18 +0300
commit1911811438606e3ca8c6629ec2900afc5ba1e11a (patch)
treee5692e36ba493bfa069ac8faa2d9f8dded7249b2 /app/views/projects/issues/_discussion.html.haml
parentb4ea6ad16a63acfcf581f1e6e2f04f811a5efc90 (diff)
Move awards back to gray panel and few improvements to sidebar
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/issues/_discussion.html.haml')
-rw-r--r--app/views/projects/issues/_discussion.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml
index 86d3dc546ba..405bae1bbb9 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -5,5 +5,8 @@
- else
= link_to 'Close Issue', issue_path(@issue, issue: {state_event: :close}, status_only: true), method: :put, class: 'btn btn-grouped btn-close js-note-target-close', title: 'Close Issue'
+.gray-content-block.second-block.oneline-block
+ = render 'votes/votes_block', votable: @issue
+
#notes
= render 'projects/notes/notes_with_form'