Commit e6064bcf authored by Rémy Coutable's avatar Rémy Coutable

Fix last remaining conflict

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 09a60352
......@@ -23,18 +23,11 @@
= link_to namespace_project_branches_path(@project.namespace, @project) do
Branches
<<<<<<< HEAD
= nav_link(controller: [:tags, :releases]) do
= link_to namespace_project_tags_path(@project.namespace, @project) do
Tags
- if license_allows_file_locks?
= nav_link(controller: [:path_locks]) do
= link_to namespace_project_path_locks_path(@project.namespace, @project) do
Locked Files
.fade-right
=======
= nav_link(controller: [:tags, :releases]) do
= link_to namespace_project_tags_path(@project.namespace, @project) do
Tags
>>>>>>> ce/master
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