implements the form for renaming the new filename on the file edit page

This commit is contained in:
tiagonbotelho 2016-07-01 16:32:56 +01:00
parent ea50760b02
commit bb627b6fc2
1 changed files with 0 additions and 1 deletions

View File

@ -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