Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-13 13:19:14 +0300
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-13 13:19:14 +0300
commitdd3addad481e7e0475cfecd16c8bcd3dc65e967d (patch)
treea7382b0dd412b50eba516b7fe945e65b6e6b7d32 /app/views/projects/blob/_editor.html.haml
parent4352ff0d446337b8718e9164d7fdac08fcc53d6f (diff)
renames :file_name to :file_path
Diffstat (limited to 'app/views/projects/blob/_editor.html.haml')
-rw-r--r--app/views/projects/blob/_editor.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/blob/_editor.html.haml b/app/views/projects/blob/_editor.html.haml
index ad3009f30ab..ff379bafb26 100644
--- a/app/views/projects/blob/_editor.html.haml
+++ b/app/views/projects/blob/_editor.html.haml
@@ -5,8 +5,8 @@
= ref
%span.editor-file-name
- if current_action?(:edit) || current_action?(:update)
- = text_field_tag 'file_name', (params[:file_name] || @path),
- class: 'form-control new-file-name'
+ = text_field_tag 'file_path', (params[:file_path] || @path),
+ class: 'form-control new-file-path'
- if current_action?(:new) || current_action?(:create)
%span.editor-file-name