summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 16:26:40 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 16:26:40 +0100
commit0673fad893e2cd457424bc730b1faa146e1f6f5f (patch)
treee123ade0bced3f9c5d07d6281c165ab09c1c119b /app/views/projects/show.html.haml
parentc44b927bc00ed75b41f3951a15794c5cc6bdc60e (diff)
downloadgitlab-ce-0673fad893e2cd457424bc730b1faa146e1f6f5f.tar.gz
Apply new layout to user page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 25dcedf2b0b..65444e7e334 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -1,3 +1,6 @@
+- @no_container = true
+- @blank_container = true
+
= content_for :meta_tags do
- if current_user
= auto_discovery_link_tag(:atom, namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "#{@project.name} activity")
@@ -7,9 +10,6 @@
= render 'shared/no_ssh'
= render 'shared/no_password'
-- @no_container = true
-- @blank_container = true
-
= render 'projects/last_push'
= render "home_panel"