Commit 61a5537e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Resolve conflict in app/views/projects/branches/_branch.html.haml

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 774252aa
......@@ -19,15 +19,12 @@
- if protected_branch?(@project, branch)
%span.label.label-success
= s_('Branches|protected')
<<<<<<< HEAD
- if @project.mirror_ever_updated_successfully? && @repository.diverged_from_upstream?(branch.name)
%span.label.label-danger.has-tooltip{ data: { html: "true", title: branch_diverged_tooltip_message } }
= icon('exclamation-triangle')
= s_('Branches|diverged from upstream')
=======
>>>>>>> ce-com/master
.controls.hidden-xs<
- if merge_project && create_mr_button?(@repository.root_ref, branch.name)
= link_to create_mr_path(@repository.root_ref, branch.name), class: 'btn btn-default' do
......
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