-
- Downloads
Clean up overlap between dashboard and explore.
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
Showing
- app/controllers/dashboard/projects_controller.rb 15 additions, 0 deletionsapp/controllers/dashboard/projects_controller.rb
- app/controllers/dashboard/snippets_controller.rb 10 additions, 0 deletionsapp/controllers/dashboard/snippets_controller.rb
- app/controllers/dashboard_controller.rb 0 additions, 19 deletionsapp/controllers/dashboard_controller.rb
- app/controllers/explore/application_controller.rb 2 additions, 0 deletionsapp/controllers/explore/application_controller.rb
- app/controllers/explore/groups_controller.rb 0 additions, 3 deletionsapp/controllers/explore/groups_controller.rb
- app/controllers/explore/projects_controller.rb 0 additions, 3 deletionsapp/controllers/explore/projects_controller.rb
- app/controllers/explore/snippets_controller.rb 6 additions, 0 deletionsapp/controllers/explore/snippets_controller.rb
- app/controllers/groups_controller.rb 4 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/controllers/projects_controller.rb 4 additions, 0 deletionsapp/controllers/projects_controller.rb
- app/controllers/root_controller.rb 3 additions, 2 deletionsapp/controllers/root_controller.rb
- app/controllers/snippets_controller.rb 2 additions, 6 deletionsapp/controllers/snippets_controller.rb
- app/views/dashboard/_groups_head.html.haml 2 additions, 2 deletionsapp/views/dashboard/_groups_head.html.haml
- app/views/dashboard/_projects_head.html.haml 2 additions, 2 deletionsapp/views/dashboard/_projects_head.html.haml
- app/views/dashboard/_snippets_head.html.haml 7 additions, 0 deletionsapp/views/dashboard/_snippets_head.html.haml
- app/views/dashboard/activity.html.haml 3 additions, 1 deletionapp/views/dashboard/activity.html.haml
- app/views/dashboard/projects/_projects.html.haml 0 additions, 0 deletionsapp/views/dashboard/projects/_projects.html.haml
- app/views/dashboard/projects/index.atom.builder 3 additions, 3 deletionsapp/views/dashboard/projects/index.atom.builder
- app/views/dashboard/projects/index.html.haml 4 additions, 2 deletionsapp/views/dashboard/projects/index.html.haml
- app/views/dashboard/projects/starred.html.haml 3 additions, 2 deletionsapp/views/dashboard/projects/starred.html.haml
- app/views/dashboard/snippets/index.html.haml 38 additions, 0 deletionsapp/views/dashboard/snippets/index.html.haml
app/views/dashboard/_snippets_head.html.haml
0 → 100644
File moved
Please register or sign in to comment