summaryrefslogtreecommitdiff
path: root/app/views/projects/_files.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 12:11:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-16 12:11:31 +0000
commite2999d09ec050b12b6de9121d9aedc38c12477fd (patch)
tree8da9e224d3959aa110e109d2869023e0e236b148 /app/views/projects/_files.html.haml
parent67cdffe4deb5c887c17115d4f974c0e8a267ffd2 (diff)
downloadgitlab-ce-e2999d09ec050b12b6de9121d9aedc38c12477fd.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/_files.html.haml')
-rw-r--r--app/views/projects/_files.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/_files.html.haml b/app/views/projects/_files.html.haml
index 30d885964b5..0369ee50c40 100644
--- a/app/views/projects/_files.html.haml
+++ b/app/views/projects/_files.html.haml
@@ -21,5 +21,4 @@
#js-tree-list{ data: vue_file_list_data(project, ref) }
- if can_edit_tree?
- = render 'projects/blob/upload', title: _('Upload New File'), placeholder: _('Upload New File'), button_title: _('Upload file'), form_path: project_create_blob_path(@project, @id), method: :post
= render 'projects/blob/new_dir'