Files
gitlabhq/app/views/dashboard/show.html.haml
T
2014-06-17 17:13:30 +03:00

13 lines
302 B
Plaintext

- if @has_authorized_projects
.dashboard.row
%section.activities.col-md-8
= render 'activities'
%aside.side.col-md-4.left.responsive-side
= render 'sidebar'
.fixed.sidebar-expand-button.hidden-lg.hidden-md
%i.icon-list.icon-2x
- else
= render "zero_authorized_projects"