summaryrefslogtreecommitdiff
path: root/app/views/dashboard/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/show.html.haml')
-rw-r--r--app/views/dashboard/show.html.haml12
1 files changed, 4 insertions, 8 deletions
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
index a3a32b6932f..4cf2feb9aa6 100644
--- a/app/views/dashboard/show.html.haml
+++ b/app/views/dashboard/show.html.haml
@@ -4,14 +4,10 @@
= render 'dashboard/projects_head'
-- if @projects.any?
- = render 'shared/show_aside'
-
- .dashboard.row
- %section.activities.col-md-8
- = render 'activities'
- %aside.col-md-4
- = render 'sidebar'
+- if @last_push
+ = render "events/event_last_push", event: @last_push
+- if @projects.any?
+ = render 'projects'
- else
= render "zero_authorized_projects"