OSDN Git Service

assign team to project from project page in public section
authorAndrey Kumanyaev <me@zzet.org>
Wed, 23 Jan 2013 14:14:20 +0000 (18:14 +0400)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 24 Jan 2013 20:31:48 +0000 (22:31 +0200)
commit31d84d71d3659dc815875f39f466cdcf81d97aaf
treea188fb66dbd04297126dc1ee6a7fa9854744d22b
parent18bd1c9d30e16783d750c7786cbcc7d350f4d0aa
assign team to project from project page in public section
12 files changed:
app/controllers/projects/application_controller.rb [new file with mode: 0644]
app/controllers/projects/teams_controller.rb [new file with mode: 0644]
app/helpers/projects_helper.rb
app/models/user_team.rb
app/models/user_team_project_relationship.rb
app/views/projects/_project_head.html.haml
app/views/projects/teams/avaliable.html.haml [new file with mode: 0644]
app/views/team_members/_show_team.html.haml [new file with mode: 0644]
app/views/team_members/_teams.html.haml [new file with mode: 0644]
app/views/team_members/import.html.haml
app/views/team_members/index.html.haml
config/routes.rb