From d97a1edeb4f7c502b1ee7d775dc05070960cf11d Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 25 Oct 2017 18:13:41 -0700 Subject: [PATCH] Moved style sheet call back into page content --- resources/views/importer/import.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/importer/import.blade.php b/resources/views/importer/import.blade.php index 19e7d7021..879ffda9b 100644 --- a/resources/views/importer/import.blade.php +++ b/resources/views/importer/import.blade.php @@ -1,12 +1,5 @@ @extends('layouts/default') - -{{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}} - {{-- Page title --}} @section('title') {{ trans('general.import') }} @@ -15,11 +8,22 @@ {{-- Page content --}} @section('content') + + + + {{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}} + +
@{{ alert.message }} +