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.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
index 2305eae1f71..b2198f76fb3 100644
--- a/app/views/dashboard/show.html.haml
+++ b/app/views/dashboard/show.html.haml
@@ -1,8 +1,8 @@
- if @has_authorized_projects
.dashboard
- .activities.span8
+ .activities.col-md-8
= render 'activities'
- .side.span4
+ .side.col-md-4
= render 'sidebar'
- else