Inform the user when there are no project import options available

This commit is contained in:
George Tsiolis 2018-05-03 16:00:01 +03:00
parent 0bca017dfb
commit b570bd4644
2 changed files with 9 additions and 0 deletions

View file

@ -105,6 +105,10 @@
%hr
= render "shared/import_form", f: f
= render 'new_project_fields', f: f, project_name_id: "import-url-name"
- else
.nothing-here-block
%h4 No import options available
%p Contact an administrator to enable options for importing your project.
.save-project-loader.hide
.center

View file

@ -0,0 +1,5 @@
---
title: Inform the user when there are no project import options available
merge_request: 18716
author: George Tsiolis
type: changed