summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/_show.html.haml
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-02 15:12:39 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-02 15:12:39 +0100
commit197ca6baaaa1651cc83c90bc21b6579958ddeebc (patch)
tree63570e667bcbcc00296f21f8309bc873782caac7 /app/views/projects/merge_requests/_show.html.haml
parent313aa339b9b2cda26c9160f70444f107e2aafef4 (diff)
downloadgitlab-ce-197ca6baaaa1651cc83c90bc21b6579958ddeebc.tar.gz
Removed bottom padding from merge manually from CLI because of repositioning award emoji'sadditional-award-emoji-repositioning-fixes
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, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/_show.html.haml b/app/views/projects/merge_requests/_show.html.haml
index 633701c6f40..d9a3220b002 100644
--- a/app/views/projects/merge_requests/_show.html.haml
+++ b/app/views/projects/merge_requests/_show.html.haml
@@ -42,7 +42,7 @@
= render "projects/merge_requests/widget/show.html.haml"
- if @merge_request.source_branch_exists? && @merge_request.mergeable? && @merge_request.can_be_merged_by?(current_user)
- .merge-manually.light.prepend-top-default.append-bottom-default
+ .merge-manually.light.prepend-top-default
You can also accept this merge request manually using the
= succeed '.' do
= link_to "command line", "#modal_merge_info", class: "how_to_merge_link vlink", title: "How To Merge", "data-toggle" => "modal"