-
- 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/views/explore/_head.html.haml 6 additions, 0 deletionsapp/views/explore/_head.html.haml
- app/views/explore/groups/index.html.haml 6 additions, 2 deletionsapp/views/explore/groups/index.html.haml
- app/views/explore/projects/index.html.haml 6 additions, 1 deletionapp/views/explore/projects/index.html.haml
- app/views/explore/projects/starred.html.haml 5 additions, 1 deletionapp/views/explore/projects/starred.html.haml
- app/views/explore/projects/trending.html.haml 5 additions, 7 deletionsapp/views/explore/projects/trending.html.haml
- app/views/explore/snippets/index.html.haml 18 additions, 0 deletionsapp/views/explore/snippets/index.html.haml
- app/views/layouts/_page.html.haml 4 additions, 0 deletionsapp/views/layouts/_page.html.haml
- app/views/layouts/explore.html.haml 1 addition, 5 deletionsapp/views/layouts/explore.html.haml
- app/views/layouts/nav/_dashboard.html.haml 21 additions, 23 deletionsapp/views/layouts/nav/_dashboard.html.haml
- app/views/layouts/nav/_explore.html.haml 21 additions, 0 deletionsapp/views/layouts/nav/_explore.html.haml
- app/views/layouts/snippets.html.haml 1 addition, 6 deletionsapp/views/layouts/snippets.html.haml
- app/views/projects/activity.html.haml 1 addition, 0 deletionsapp/views/projects/activity.html.haml
- app/views/snippets/_head.html.haml 0 additions, 7 deletionsapp/views/snippets/_head.html.haml
- app/views/snippets/index.html.haml 11 additions, 13 deletionsapp/views/snippets/index.html.haml
- app/views/snippets/show.html.haml 2 additions, 2 deletionsapp/views/snippets/show.html.haml
- app/views/snippets/user_index.html.haml 0 additions, 13 deletionsapp/views/snippets/user_index.html.haml
- config/routes.rb 11 additions, 9 deletionsconfig/routes.rb
- features/steps/snippets/user.rb 1 addition, 1 deletionfeatures/steps/snippets/user.rb
Loading
Please register or sign in to comment