Skip to content
Snippets Groups Projects
Commit af420c3e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Remove plus icon in commits view MR button

parent c074d41c
No related branches found
No related tags found
1 merge request!9056Remove plus icon from compare view
Pipeline #
Loading
Loading
@@ -22,9 +22,7 @@
= link_to "View Open Merge Request", namespace_project_merge_request_path(@project.namespace, @project, @merge_request), class: 'btn'
- elsif create_mr_button?(@repository.root_ref, @ref)
.control
= link_to create_mr_path(@repository.root_ref, @ref), class: 'btn btn-success' do
= icon('plus')
Create Merge Request
= link_to "Create Merge Request", create_mr_path(@repository.root_ref, @ref), class: 'btn btn-success'
 
.control
= form_tag(namespace_project_commits_path(@project.namespace, @project, @id), method: :get, class: 'commits-search-form') do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment