Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
c6e0db03
Commit
c6e0db03
authored
Aug 22, 2015
by
Achilleas Pipinellis
Committed by
Rémy Coutable
Feb 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention project name in fork notice
parent
75ad9182
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/controllers/projects/forks_controller.rb
app/controllers/projects/forks_controller.rb
+1
-1
No files found.
app/controllers/projects/forks_controller.rb
View file @
c6e0db03
...
@@ -32,7 +32,7 @@ class Projects::ForksController < Projects::ApplicationController
...
@@ -32,7 +32,7 @@ class Projects::ForksController < Projects::ApplicationController
if
continue_params
if
continue_params
redirect_to
continue_params
[
:to
],
notice:
continue_params
[
:notice
]
redirect_to
continue_params
[
:to
],
notice:
continue_params
[
:notice
]
else
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
end
end
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment