Commit 806371bf authored by Nick Thomas's avatar Nick Thomas

CE->EE: resolve conflicts in app/views/projects/branches/index.html.haml

parent 924885e5
- @no_container = true
- page_title _('Branches')
<<<<<<< HEAD
- add_to_breadcrumbs(_('Repository'), project_tree_path(@project))
=======
>>>>>>> ce-com/master
= render "projects/commits/head"
%div{ class: container_class }
......@@ -39,11 +36,9 @@
= s_('Branches|Delete merged branches')
= link_to new_project_branch_path(@project), class: 'btn btn-create' do
= s_('Branches|New branch')
<<<<<<< HEAD
= render 'projects/commits/mirror_status'
=======
>>>>>>> ce-com/master
- if @branches.any?
%ul.content-list.all-branches
- @branches.each do |branch|
......
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