Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-05-25 23:34:27 +0300
committerDouwe Maan <douwe@selenight.nl>2017-05-25 23:34:27 +0300
commit7adebd5404b86bbb534d7dad4fabe963e06dc90a (patch)
treef07d30a85207ad4133c9e2f7abc552d81d4f401c /app/views/projects/activity.html.haml
parent343b844ab490a9e0b0cd248224a077fbbdc99f09 (diff)
Make section connect with window border without extra padding
Diffstat (limited to 'app/views/projects/activity.html.haml')
-rw-r--r--app/views/projects/activity.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/activity.html.haml b/app/views/projects/activity.html.haml
index fcf8877aed4..ef8d8051cbf 100644
--- a/app/views/projects/activity.html.haml
+++ b/app/views/projects/activity.html.haml
@@ -1,7 +1,8 @@
+- @no_container = true
+
- page_title "Activity"
= render "projects/head"
-%div{ class: container_class }
- = render 'projects/last_push'
+= render 'projects/last_push'
= render 'projects/activity'