gitlab-org--gitlab-foss/app/views/dashboard/show.html.haml
Dmitriy Zaporozhets b563312c2f
Style project edit section
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31 16:16:50 +02:00

9 lines
200 B
Text

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