-
- Downloads
assign team to project from project page in public section
parent
18bd1c9d
No related branches found
No related tags found
Showing
- app/controllers/projects/application_controller.rb 11 additions, 0 deletionsapp/controllers/projects/application_controller.rb
- app/controllers/projects/teams_controller.rb 27 additions, 0 deletionsapp/controllers/projects/teams_controller.rb
- app/helpers/projects_helper.rb 4 additions, 0 deletionsapp/helpers/projects_helper.rb
- app/models/user_team.rb 2 additions, 0 deletionsapp/models/user_team.rb
- app/models/user_team_project_relationship.rb 4 additions, 0 deletionsapp/models/user_team_project_relationship.rb
- app/views/projects/_project_head.html.haml 1 addition, 1 deletionapp/views/projects/_project_head.html.haml
- app/views/projects/teams/avaliable.html.haml 22 additions, 0 deletionsapp/views/projects/teams/avaliable.html.haml
- app/views/team_members/_show_team.html.haml 15 additions, 0 deletionsapp/views/team_members/_show_team.html.haml
- app/views/team_members/_teams.html.haml 16 additions, 0 deletionsapp/views/team_members/_teams.html.haml
- app/views/team_members/import.html.haml 1 addition, 1 deletionapp/views/team_members/import.html.haml
- app/views/team_members/index.html.haml 14 additions, 1 deletionapp/views/team_members/index.html.haml
- config/routes.rb 12 additions, 0 deletionsconfig/routes.rb
app/controllers/projects/teams_controller.rb
0 → 100644
app/views/projects/teams/avaliable.html.haml
0 → 100644
app/views/team_members/_show_team.html.haml
0 → 100644
app/views/team_members/_teams.html.haml
0 → 100644
Please register or sign in to comment