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

fixes issues for mr acceptance

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