Commit c7e39672 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove plus icon from compare view

parent f6433c54
......@@ -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'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment