-
- Downloads
Move all stuff to groups controller
Showing
- app/assets/stylesheets/sections/projects.scss 2 additions, 0 deletionsapp/assets/stylesheets/sections/projects.scss
- app/controllers/dashboard_controller.rb 1 addition, 14 deletionsapp/controllers/dashboard_controller.rb
- app/controllers/groups_controller.rb 69 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/views/dashboard/_groups.html.haml 1 addition, 1 deletionapp/views/dashboard/_groups.html.haml
- app/views/dashboard/index.html.haml 1 addition, 1 deletionapp/views/dashboard/index.html.haml
- app/views/groups/_projects.html.haml 20 additions, 0 deletionsapp/views/groups/_projects.html.haml
- app/views/groups/issues.atom.builder 24 additions, 0 deletionsapp/views/groups/issues.atom.builder
- app/views/groups/issues.html.haml 19 additions, 0 deletionsapp/views/groups/issues.html.haml
- app/views/groups/merge_requests.html.haml 18 additions, 0 deletionsapp/views/groups/merge_requests.html.haml
- app/views/groups/people.html.haml 12 additions, 0 deletionsapp/views/groups/people.html.haml
- app/views/groups/search.html.haml 75 additions, 0 deletionsapp/views/groups/search.html.haml
- app/views/groups/show.atom.builder 29 additions, 0 deletionsapp/views/groups/show.atom.builder
- app/views/groups/show.html.haml 42 additions, 0 deletionsapp/views/groups/show.html.haml
- app/views/groups/show.js.haml 2 additions, 0 deletionsapp/views/groups/show.js.haml
- app/views/layouts/group.html.haml 11 additions, 11 deletionsapp/views/layouts/group.html.haml
- config/routes.rb 13 additions, 0 deletionsconfig/routes.rb
app/controllers/groups_controller.rb
0 → 100644
app/views/groups/_projects.html.haml
0 → 100644
app/views/groups/issues.atom.builder
0 → 100644
app/views/groups/issues.html.haml
0 → 100644
app/views/groups/merge_requests.html.haml
0 → 100644
app/views/groups/people.html.haml
0 → 100644
app/views/groups/search.html.haml
0 → 100644
app/views/groups/show.atom.builder
0 → 100644
app/views/groups/show.html.haml
0 → 100644
app/views/groups/show.js.haml
0 → 100644
Please register or sign in to comment