diff options
Diffstat (limited to 'app/views/dashboard/index.html.haml')
-rw-r--r-- | app/views/dashboard/index.html.haml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml index b3de30f2ecd..3eba2f47bfb 100644 --- a/app/views/dashboard/index.html.haml +++ b/app/views/dashboard/index.html.haml @@ -1,5 +1,3 @@ -- content_for(:body_class, "dashboard-page") - -#dashboard-content.dashboard-content.content - = render "dashboard/sidebar" - #news-feed.news-feed= render "dashboard/projects_feed" +%h3 Activities +%hr +.news-feed= render "dashboard/projects_feed" |