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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-25 16:23:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-25 16:23:25 +0300
commitc11e43145f87436062f3840d16a9fcf97286265a (patch)
tree814572276df0b5f912301e021946234516239c75 /app/views/dashboard/show.html.haml
parent8f68c38746639d8714ff5aa12fe9a0fd362f4419 (diff)
Make some visual improvements to dashboard page after we moved activity
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/show.html.haml')
-rw-r--r--app/views/dashboard/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
index 1b6ea3d5963..44372b921cf 100644
--- a/app/views/dashboard/show.html.haml
+++ b/app/views/dashboard/show.html.haml
@@ -5,6 +5,6 @@
= render 'dashboard/projects_head'
- if @projects.any?
- = render 'sidebar'
+ = render 'projects'
- else
= render "zero_authorized_projects"