提交 43c5e1a5 编写于 作者: T tiagonbotelho

fixes issues for mr acceptance

上级 c84786c5
......@@ -750,7 +750,7 @@ class Repository
}
if options[:previous_path]
commit_options[:file].merge!(previous_path: options[:previous_path])
commit_options[:file][:previous_path] = options[:previous_path]
Gitlab::Git::Blob.rename(raw_repository, commit_options)
else
......
......@@ -4,11 +4,9 @@
= icon('code-fork')
= ref
%span.editor-file-name
- if current_action?(:edit) && can?(current_user, :push_code, @project)
= text_field_tag 'file_name', params[:file_name], placeholder: @path,
-if current_action?(:edit) || current_action?(:update)
= text_field_tag 'file_name', (params[:file_name] or @path),
class: 'form-control new-file-name'
- else
= @path
- if current_action?(:new) || current_action?(:create)
%span.editor-file-name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册