-
- Downloads
Admin teams section added
parent
8a86fe7b
No related branches found
No related tags found
Showing
- app/controllers/admin/teams_controller.rb 104 additions, 0 deletionsapp/controllers/admin/teams_controller.rb
- app/views/admin/teams/edit.html.haml 28 additions, 0 deletionsapp/views/admin/teams/edit.html.haml
- app/views/admin/teams/index.html.haml 37 additions, 0 deletionsapp/views/admin/teams/index.html.haml
- app/views/admin/teams/new.html.haml 21 additions, 0 deletionsapp/views/admin/teams/new.html.haml
- app/views/admin/teams/show.html.haml 104 additions, 0 deletionsapp/views/admin/teams/show.html.haml
- app/views/layouts/admin.html.haml 2 additions, 0 deletionsapp/views/layouts/admin.html.haml
- config/routes.rb 8 additions, 0 deletionsconfig/routes.rb
- features/admin/teams.feature 73 additions, 0 deletionsfeatures/admin/teams.feature
- features/steps/admin/admin_teams.rb 222 additions, 0 deletionsfeatures/steps/admin/admin_teams.rb
- features/steps/shared/paths.rb 4 additions, 0 deletionsfeatures/steps/shared/paths.rb
app/controllers/admin/teams_controller.rb
0 → 100644
app/views/admin/teams/edit.html.haml
0 → 100644
app/views/admin/teams/index.html.haml
0 → 100644
app/views/admin/teams/new.html.haml
0 → 100644
app/views/admin/teams/show.html.haml
0 → 100644
features/admin/teams.feature
0 → 100644
features/steps/admin/admin_teams.rb
0 → 100644
Please register or sign in to comment