Move create MR banner below subnav

This commit is contained in:
Annabel Dunstone Gray 2016-09-09 19:14:49 -05:00 committed by Fatih Acet
parent dd3f6772a8
commit 96a7648f24
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
= content_for :meta_tags do
- if current_user
= auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, format: :atom, private_token: current_user.private_token), title: "#{@project.name}:#{@ref} commits")
= render 'projects/last_push'
= render "projects/commits/head"
= render 'projects/last_push'
%div{ class: container_class }
.tree-controls