-
- Downloads
Rebuild navigation for dashboard
* projects from explore page are available from dashboard
* use dashboard sidebar for both logged in and not users
* move explroe projects under projects tab
* move explore groups under groups tab
* move public snippets under snippets tab
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/assets/stylesheets/pages/explore.scss 8 additions, 0 deletionsapp/assets/stylesheets/pages/explore.scss
- app/controllers/snippets_controller.rb 1 addition, 1 deletionapp/controllers/snippets_controller.rb
- app/helpers/explore_helper.rb 1 addition, 1 deletionapp/helpers/explore_helper.rb
- app/helpers/tab_helper.rb 7 additions, 1 deletionapp/helpers/tab_helper.rb
- app/views/dashboard/_groups_head.html.haml 7 additions, 0 deletionsapp/views/dashboard/_groups_head.html.haml
- app/views/dashboard/_projects_head.html.haml 3 additions, 3 deletionsapp/views/dashboard/_projects_head.html.haml
- app/views/dashboard/groups/index.html.haml 2 additions, 0 deletionsapp/views/dashboard/groups/index.html.haml
- app/views/explore/groups/index.html.haml 2 additions, 0 deletionsapp/views/explore/groups/index.html.haml
- app/views/explore/projects/_dropdown.html.haml 27 additions, 0 deletionsapp/views/explore/projects/_dropdown.html.haml
- app/views/explore/projects/_filter.html.haml 1 addition, 19 deletionsapp/views/explore/projects/_filter.html.haml
- app/views/explore/projects/index.html.haml 3 additions, 2 deletionsapp/views/explore/projects/index.html.haml
- app/views/explore/projects/starred.html.haml 5 additions, 2 deletionsapp/views/explore/projects/starred.html.haml
- app/views/explore/projects/trending.html.haml 5 additions, 2 deletionsapp/views/explore/projects/trending.html.haml
- app/views/layouts/explore.html.haml 5 additions, 2 deletionsapp/views/layouts/explore.html.haml
- app/views/layouts/nav/_dashboard.html.haml 28 additions, 31 deletionsapp/views/layouts/nav/_dashboard.html.haml
- app/views/layouts/nav/_explore.html.haml 0 additions, 18 deletionsapp/views/layouts/nav/_explore.html.haml
- app/views/layouts/nav/_snippets.html.haml 0 additions, 12 deletionsapp/views/layouts/nav/_snippets.html.haml
- app/views/layouts/snippets.html.haml 5 additions, 2 deletionsapp/views/layouts/snippets.html.haml
- app/views/snippets/index.html.haml 2 additions, 1 deletionapp/views/snippets/index.html.haml
app/views/dashboard/_groups_head.html.haml
0 → 100644
Please register or sign in to comment