From c792263edfaf826c58f4aa41d26904464a17a3e7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 23 Sep 2019 18:06:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/projects/find_file/show.html.haml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/views/projects/find_file') diff --git a/app/views/projects/find_file/show.html.haml b/app/views/projects/find_file/show.html.haml index 82f035f24da..caaf164a763 100644 --- a/app/views/projects/find_file/show.html.haml +++ b/app/views/projects/find_file/show.html.haml @@ -15,4 +15,12 @@ .table-holder %table.table.files-slider{ class: "table_#{@hex_path} tree-table" } %tbody + .col-12.empty-state.hidden + .svg-250.svg-content + = image_tag('illustrations/profile-page/personal-projects.svg', alt: 'No files svg', lazy: true) + .text-center + %h4 + = _('There are no matching files') + %p.text-secondary + = _('Try using a different search term to find the file you are looking for.') = spinner nil, true -- cgit v1.2.1