gitlabhq/app/views/dashboard/merge_requests.html.haml

7 lines
213 B
Plaintext
Raw Normal View History

2011-12-08 21:17:53 +01:00
- content_for(:body_class, "dashboard-page")
#dashboard-content.dashboard-content.content
= render "dashboard/sidebar"
2011-12-12 08:38:37 +01:00
= render "dashboard/menu"
2011-12-08 21:17:53 +01:00
#news-feed.news-feed= render "dashboard/merge_requests_feed"