Mention project name in fork notice
This commit is contained in:
parent
75ad91822d
commit
c6e0db03eb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Projects::ForksController < Projects::ApplicationController
|
|||
if continue_params
|
||||
redirect_to continue_params[:to], notice: continue_params[:notice]
|
||||
else
|
||||
redirect_to namespace_project_path(@forked_project.namespace, @forked_project), notice: "The project was successfully forked."
|
||||
redirect_to namespace_project_path(@forked_project.namespace, @forked_project), notice: "The project '#{@forked_project.name}' was successfully forked."
|
||||
end
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue