summaryrefslogtreecommitdiff
path: root/app/views/projects/activity.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/activity.html.haml')
-rw-r--r--app/views/projects/activity.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/activity.html.haml b/app/views/projects/activity.html.haml
index d0ab39033cf..b28a375e956 100644
--- a/app/views/projects/activity.html.haml
+++ b/app/views/projects/activity.html.haml
@@ -2,6 +2,7 @@
- page_title _("Activity")
-= render 'projects/last_push'
+%div{ class: container_class }
+ = render 'projects/last_push'
= render 'projects/activity'