summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-07 17:51:34 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-07 17:51:34 -0600
commitc7e39672b9c38477b494dcdda91acf252d6fdd53 (patch)
tree82ea06dfc9eb71322b32e956305a0657b506156f
parentf6433c54b1fb87a51956bd1cd3ce1667054dfd31 (diff)
downloadgitlab-ce-c7e39672b9c38477b494dcdda91acf252d6fdd53.tar.gz
Remove plus icon from compare view
-rw-r--r--app/views/projects/compare/_form.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/compare/_form.html.haml b/app/views/projects/compare/_form.html.haml
index d76d48187cd..08236216421 100644
--- a/app/views/projects/compare/_form.html.haml
+++ b/app/views/projects/compare/_form.html.haml
@@ -23,6 +23,4 @@
- if @merge_request.present?
= link_to "View Open Merge Request", namespace_project_merge_request_path(@project.namespace, @project, @merge_request), class: 'prepend-left-10 btn'
- elsif create_mr_button?
- = link_to create_mr_path, class: 'prepend-left-10 btn' do
- = icon("plus")
- Create Merge Request
+ = link_to "Create Merge Request", create_mr_path, class: 'prepend-left-10 btn'