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-17 12:34:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-17 12:34:15 +0300
commit4b7c9c7fe21ba19c58b334ca90e70897f9e48e05 (patch)
treef508c6772c156df4146094cae6d2f06f758fe59e /app/views/projects/issues/_discussion.html.haml
parent8dc4c7b4c7e5bf41d3fc578115335da48476fb86 (diff)
Revert sidebar position for issue and merge request
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.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml
index 71c7455f711..86d3dc546ba 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -5,11 +5,5 @@
- 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
-
-- if @closed_by_merge_requests.present?
- = render 'projects/issues/closed_by_box'
-
#notes
= render 'projects/notes/notes_with_form'