-
- Downloads
Add teams into Public sections
parent
82499a4c
No related branches found
No related tags found
Showing
- app/controllers/teams_controller.rb 113 additions, 0 deletionsapp/controllers/teams_controller.rb
- app/views/teams/_filter.html.haml 33 additions, 0 deletionsapp/views/teams/_filter.html.haml
- app/views/teams/_projects.html.haml 22 additions, 0 deletionsapp/views/teams/_projects.html.haml
- app/views/teams/_team_head.html.haml 19 additions, 0 deletionsapp/views/teams/_team_head.html.haml
- app/views/teams/edit.html.haml 32 additions, 0 deletionsapp/views/teams/edit.html.haml
- app/views/teams/index.html.haml 37 additions, 0 deletionsapp/views/teams/index.html.haml
- app/views/teams/issues.html.haml 25 additions, 0 deletionsapp/views/teams/issues.html.haml
- app/views/teams/merge_requests.html.haml 24 additions, 0 deletionsapp/views/teams/merge_requests.html.haml
- app/views/teams/new.html.haml 21 additions, 0 deletionsapp/views/teams/new.html.haml
- app/views/teams/search.html.haml 11 additions, 0 deletionsapp/views/teams/search.html.haml
- app/views/teams/show.html.haml 30 additions, 0 deletionsapp/views/teams/show.html.haml
- config/routes.rb 14 additions, 0 deletionsconfig/routes.rb
- features/steps/userteams/userteams.rb 250 additions, 0 deletionsfeatures/steps/userteams/userteams.rb
- features/teams/team.feature 75 additions, 0 deletionsfeatures/teams/team.feature
app/controllers/teams_controller.rb
0 → 100644
app/views/teams/_filter.html.haml
0 → 100644
app/views/teams/_projects.html.haml
0 → 100644
app/views/teams/_team_head.html.haml
0 → 100644
app/views/teams/edit.html.haml
0 → 100644
app/views/teams/index.html.haml
0 → 100644
app/views/teams/issues.html.haml
0 → 100644
app/views/teams/merge_requests.html.haml
0 → 100644
app/views/teams/new.html.haml
0 → 100644
app/views/teams/search.html.haml
0 → 100644
app/views/teams/show.html.haml
0 → 100644
features/steps/userteams/userteams.rb
0 → 100644
features/teams/team.feature
0 → 100644
Please register or sign in to comment