summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-09-09 19:14:49 -0500
committerFatih Acet <acetfatih@gmail.com>2016-10-01 00:21:37 +0300
commit96a7648f242cfab6649aab86fd4d03e5efe85ba9 (patch)
tree82d47d019f351bac2fdae25e798c103182961bd7
parentdd3f6772a8734aa243abc77c2ba0ea999fa2ac7e (diff)
downloadgitlab-ce-96a7648f242cfab6649aab86fd4d03e5efe85ba9.tar.gz
Move create MR banner below subnav
-rw-r--r--app/views/projects/tree/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/show.html.haml b/app/views/projects/tree/show.html.haml
index 37d341212af..9864be3562a 100644
--- a/app/views/projects/tree/show.html.haml
+++ b/app/views/projects/tree/show.html.haml
@@ -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