Fix mispelling and ambiguous id in UserTeam.without_project

This commit is contained in:
Dmitriy Zaporozhets 2013-01-24 11:19:09 +02:00
parent ca105d0462
commit ca752e64fb
8 changed files with 6 additions and 13 deletions

View file

@ -10,7 +10,7 @@
%span.right
= link_to import_project_team_members_path(@project), class: "btn small grouped", title: "Import team from another project" do
Import team from another project
= link_to avaliable_project_teams_path(@project), class: "btn small grouped", title: "Assign project to team of users" do
= link_to available_project_teams_path(@project), class: "btn small grouped", title: "Assign project to team of users" do
Assign project to Team of users
= link_to new_project_team_member_path(@project), class: "btn success small grouped", title: "New Team Member" do
New Team Member