summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-28 13:07:08 +0100
committerPhil Hughes <me@iamphill.com>2016-10-28 13:54:36 +0100
commit07e4ffd7085c8154c5f44f8d6d6ff11a4381be46 (patch)
tree81079ec7bf2973b9c4af7722189311086f356f4b /app/controllers
parenta2e9bc3584a735c010bbda3cef913601543cfa07 (diff)
downloadgitlab-ce-07e4ffd7085c8154c5f44f8d6d6ff11a4381be46.tar.gz
Fixed boards store specissue-board-welcome-cookie-monster
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index 137c0d109e2..8c148ecfaeb 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -34,8 +34,7 @@ class ProjectsController < Projects::ApplicationController
redirect_to(
project_path(@project),
- notice: "Project '#{@project.name}' was successfully created.",
- flash: { new_project: true }
+ notice: "Project '#{@project.name}' was successfully created."
)
else
render 'new'