summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorScott Pustay <scott.pustay@gmail.com>2013-06-25 11:32:28 -0700
committerAriejan de Vroom <ariejan@ariejan.net>2013-06-29 16:37:41 +0300
commit2000f013f76a8356dca556156dfbe2cf84c7e730 (patch)
treee0ff482342d3cfe6e2923c0d5d532d3b622ae457 /app/controllers
parent7ae72e65116433d9e8655f735263d7fdb974c8e1 (diff)
downloadgitlab-ce-2000f013f76a8356dca556156dfbe2cf84c7e730.tar.gz
fixed typo in assgned
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin/teams/projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/teams/projects_controller.rb b/app/controllers/admin/teams/projects_controller.rb
index 8584a188b20..687f8f68bf2 100644
--- a/app/controllers/admin/teams/projects_controller.rb
+++ b/app/controllers/admin/teams/projects_controller.rb
@@ -12,7 +12,7 @@ class Admin::Teams::ProjectsController < Admin::Teams::ApplicationController
user_team.assign_to_projects(project_ids, access)
end
- redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assgned to projects.'
+ redirect_to admin_team_path(user_team), notice: 'Team of users was successfully assigned to projects.'
end
def edit