Commit 8ad25ce0 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/views/projects/tree/_tree_header.html.haml

Based on d19eaaed2d48e008abf94301a98e8ee806219071.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 5eae5f38
......@@ -9,17 +9,12 @@
= render 'projects/tree/old_tree_header'
.tree-controls
<<<<<<< HEAD
= render 'projects/find_file_link'
= lock_file_link(html_options: { class: 'btn path-lock' })
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn'
=======
- if show_new_repo?
= render 'shared/repo/editable_mode'
- else
= lock_file_link(html_options: { class: 'btn path-lock' })
= link_to s_('Commits|History'), project_commits_path(@project, @id), class: 'btn'
= render 'projects/find_file_link'
>>>>>>> upstream/master
= render 'projects/buttons/download', project: @project, ref: @ref
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