gitlabhq/app/views/dashboard/index.html.haml
Dmitriy Zaporozhets f34b1be281 dashboard tabs
2011-12-12 09:38:37 +02:00

7 lines
207 B
Plaintext

- content_for(:body_class, "dashboard-page")
#dashboard-content.dashboard-content.content
= render "dashboard/sidebar"
= render "dashboard/menu"
#news-feed.news-feed= render "dashboard/projects_feed"