From 8ec10899ee32dcdbeeef40e3416a5dcfbc802e0e Mon Sep 17 00:00:00 2001 From: tiagonbotelho Date: Fri, 1 Jul 2016 16:32:56 +0100 Subject: implements the form for renaming the new filename on the file edit page --- app/views/projects/blob/_editor.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/projects/blob/_editor.html.haml b/app/views/projects/blob/_editor.html.haml index 31bd4646d3d..b383f9dbee3 100644 --- a/app/views/projects/blob/_editor.html.haml +++ b/app/views/projects/blob/_editor.html.haml @@ -7,7 +7,6 @@ -if current_action?(:edit) || current_action?(:update) = text_field_tag 'file_name', (params[:file_name] or @path), class: 'form-control new-file-name' - - if current_action?(:new) || current_action?(:create) %span.editor-file-name \/ -- cgit v1.2.1