gitlabhq/app/views/dashboard/index.html.haml
2013-01-10 17:38:37 +02:00

13 lines
211 B
Plaintext

- if @has_authorized_projects
.projects
.activities.span8
= render 'activities'
.side.span4
= render 'sidebar'
- else
= render "zero_authorized_projects"
:javascript
dashboardPage();