Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2014-06-14 13:17:11 +0400
committerJob van der Voort <job@gitlab.com>2014-06-14 13:17:11 +0400
commit8b6dd9d4a802eeba5fa4f7e10d738a2af5e87d98 (patch)
treea5e482d8b2d59ca3ba69bd4e83e1aa3be5fd748d /app/views/dashboard/show.html.haml
parenta5cbb4cb82a6911b5c1de117ae6ed4cbf667a679 (diff)
responsive sidebar
Diffstat (limited to 'app/views/dashboard/show.html.haml')
-rw-r--r--app/views/dashboard/show.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
index e5b7fbf097e..cf6119672d7 100644
--- a/app/views/dashboard/show.html.haml
+++ b/app/views/dashboard/show.html.haml
@@ -2,8 +2,11 @@
.dashboard.row
.activities.col-md-8
= render 'activities'
- .side.col-md-4.hidden-sm.hidden-xs
+ .side.col-md-4
= render 'sidebar'
+ .sidebar-expand-button.hidden-lg.hidden-md
+ %i.icon-list.icon-2x
+
- else
= render "zero_authorized_projects"