diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-25 15:34:27 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-05-25 15:34:27 -0500 |
commit | 7adebd5404b86bbb534d7dad4fabe963e06dc90a (patch) | |
tree | f07d30a85207ad4133c9e2f7abc552d81d4f401c /app/views/projects/activity.html.haml | |
parent | 343b844ab490a9e0b0cd248224a077fbbdc99f09 (diff) | |
download | gitlab-ce-7adebd5404b86bbb534d7dad4fabe963e06dc90a.tar.gz |
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.haml | 5 |
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' |