implements the form for renaming the new filename on the file edit page
This commit is contained in:
parent
ea50760b02
commit
bb627b6fc2
|
|
@ -47,7 +47,6 @@ class Projects::BlobController < Projects::ApplicationController
|
|||
previous_path = @path
|
||||
@path = params[:file_name]
|
||||
end
|
||||
|
||||
namespace_project_blob_path(@project.namespace, @project, File.join(@target_branch, @path))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue