-
- Downloads
Dashboard refactoring:
* dashboard should be in dashboard controller not project index * projects index removed
Showing
- app/assets/stylesheets/common.scss 5 additions, 1 deletionapp/assets/stylesheets/common.scss
- app/controllers/dashboard_controller.rb 8 additions, 9 deletionsapp/controllers/dashboard_controller.rb
- app/helpers/application_helper.rb 2 additions, 1 deletionapp/helpers/application_helper.rb
- app/views/dashboard/index.atom.builder 0 additions, 0 deletionsapp/views/dashboard/index.atom.builder
- app/views/dashboard/index.html.haml 7 additions, 0 deletionsapp/views/dashboard/index.html.haml
- app/views/dashboard/index.js.haml 2 additions, 0 deletionsapp/views/dashboard/index.js.haml
- app/views/layouts/_app_menu.html.haml 1 addition, 1 deletionapp/views/layouts/_app_menu.html.haml
- app/views/projects/index.js.haml 0 additions, 2 deletionsapp/views/projects/index.js.haml
- app/views/projects/show.html.haml 0 additions, 4 deletionsapp/views/projects/show.html.haml
- config/routes.rb 10 additions, 2 deletionsconfig/routes.rb
- spec/requests/dashboard_spec.rb 39 additions, 0 deletionsspec/requests/dashboard_spec.rb
- spec/requests/last_push_widget_spec.rb 1 addition, 1 deletionspec/requests/last_push_widget_spec.rb
- spec/requests/projects_security_spec.rb 8 additions, 8 deletionsspec/requests/projects_security_spec.rb
- spec/requests/projects_spec.rb 1 addition, 35 deletionsspec/requests/projects_spec.rb
- spec/requests/top_panel_spec.rb 0 additions, 37 deletionsspec/requests/top_panel_spec.rb
app/views/dashboard/index.js.haml
0 → 100644
app/views/projects/index.js.haml
deleted
100644 → 0
spec/requests/dashboard_spec.rb
0 → 100644
spec/requests/top_panel_spec.rb
deleted
100644 → 0
Please register or sign in to comment