diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-07 17:51:34 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-07 17:51:34 -0600 |
commit | c7e39672b9c38477b494dcdda91acf252d6fdd53 (patch) | |
tree | 82ea06dfc9eb71322b32e956305a0657b506156f | |
parent | f6433c54b1fb87a51956bd1cd3ce1667054dfd31 (diff) | |
download | gitlab-ce-c7e39672b9c38477b494dcdda91acf252d6fdd53.tar.gz |
Remove plus icon from compare view
-rw-r--r-- | app/views/projects/compare/_form.html.haml | 4 |
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' |