From 4b7c9c7fe21ba19c58b334ca90e70897f9e48e05 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 17 Dec 2015 10:34:15 +0100 Subject: Revert sidebar position for issue and merge request Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/issues/_discussion.html.haml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/views/projects/issues/_discussion.html.haml') 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' -- cgit v1.2.3