summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/show.html.haml
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2018-11-30 12:03:35 +0800
committerHeinrich Lee Yu <hleeyu@gmail.com>2018-12-20 07:28:28 +0800
commit95aae95a1cbb55facd127c74d6c044b13533f3fe (patch)
tree6ecf27a219ee09f9e9d294d8304df2cb93c4da3d /app/views/projects/merge_requests/show.html.haml
parent48d2c02efe7697914591d7381ce1c72d68eed336 (diff)
downloadgitlab-ce-95aae95a1cbb55facd127c74d6c044b13533f3fe.tar.gz
Code style changes and refactor
Diffstat (limited to 'app/views/projects/merge_requests/show.html.haml')
-rw-r--r--app/views/projects/merge_requests/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/merge_requests/show.html.haml b/app/views/projects/merge_requests/show.html.haml
index 0271dee353b..d6f340d0ee2 100644
--- a/app/views/projects/merge_requests/show.html.haml
+++ b/app/views/projects/merge_requests/show.html.haml
@@ -86,8 +86,6 @@
.mr-loading-status
= spinner
--# `assignees` is required for populating selected assignee values in the select box and rendering the assignee link
- This is should be removed when sidebar is converted to Vue.
= render 'shared/issuable/sidebar', issuable_sidebar: @issuable_sidebar, assignees: @merge_request.assignees
- if @merge_request.can_be_reverted?(current_user)