gitlab-org--gitlab-foss/app/views/dashboard/show.html.haml
Dmitriy Zaporozhets 91c38a199f
Add some semantic to our html
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-17 17:13:30 +03:00

12 lines
302 B
Text

- 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"