diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-20 14:27:35 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-05-25 15:21:30 -0500 |
commit | e45e540d1d90549cc5f45521360241afce9eaf18 (patch) | |
tree | 5a01a839261b97ea3caac9621fe19bb80e15a93b /app/views/projects/activity.html.haml | |
parent | e20eb71203aa29458d7f51a27d42a3d8208e2494 (diff) | |
download | gitlab-ce-e45e540d1d90549cc5f45521360241afce9eaf18.tar.gz |
Consistently display last push event widget
Diffstat (limited to 'app/views/projects/activity.html.haml')
-rw-r--r-- | app/views/projects/activity.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/activity.html.haml b/app/views/projects/activity.html.haml index 27c8e3c7fca..fcf8877aed4 100644 --- a/app/views/projects/activity.html.haml +++ b/app/views/projects/activity.html.haml @@ -1,6 +1,7 @@ - page_title "Activity" = render "projects/head" -= render 'projects/last_push' +%div{ class: container_class } + = render 'projects/last_push' = render 'projects/activity' |