gitlab-org--gitlab-foss/app/views/dashboard/show.html.haml

10 lines
186 B
Plaintext

- if @has_authorized_projects
.dashboard
.activities.col-md-8
= render 'activities'
.side.col-md-4
= render 'sidebar'
- else
= render "zero_authorized_projects"