summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-14 12:47:07 +0200
committerJames Lopez <james@jameslopez.es>2016-06-14 12:47:07 +0200
commit3f7ed550110daaec8a76af7146b701dfc0210e60 (patch)
tree25fa93f0c306f8ea2ab9b28f26dfb11bb7551184 /app/controllers/projects_controller.rb
parent1ea44ee75077d67f3f24a288cc44d7c275ba8581 (diff)
downloadgitlab-ce-3f7ed550110daaec8a76af7146b701dfc0210e60.tar.gz
lots of refactoring to reuse import service
Diffstat (limited to 'app/controllers/projects_controller.rb')
-rw-r--r--app/controllers/projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index 5c657290046..a1d58144399 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -190,7 +190,7 @@ class ProjectsController < Projects::ApplicationController
redirect_to(
edit_project_path(@project),
- notice: "Project export successfully started"
+ notice: "Project export successfully started."
)
end