summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_editor.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/blob/_editor.html.haml')
-rw-r--r--app/views/projects/blob/_editor.html.haml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/projects/blob/_editor.html.haml b/app/views/projects/blob/_editor.html.haml
index 3c64b2f5e96..31bd4646d3d 100644
--- a/app/views/projects/blob/_editor.html.haml
+++ b/app/views/projects/blob/_editor.html.haml
@@ -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