From ddd002094d5c80ca4065b7d181e7f5b9471556da Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 2 Apr 2020 15:32:18 +0200 Subject: Update dashboard design --- resources/views/others/import.edge | 74 +++++++++++++++++++++++++++++++------- 1 file changed, 61 insertions(+), 13 deletions(-) (limited to 'resources/views/others/import.edge') diff --git a/resources/views/others/import.edge b/resources/views/others/import.edge index b890bbb..80da037 100644 --- a/resources/views/others/import.edge +++ b/resources/views/others/import.edge @@ -1,19 +1,67 @@ -@layout('layouts.main') +@layout('layouts.v2') @section('content') -

Import a Franz account

-

Please login using your Franz account. We will create a new Ferdi account with the same credentials.

-
-
-
+
+ +

+ Import your Franz account +

+

+ Please login using your Franz account. We will create a new Ferdi account with the same credentials. +

-
-
+ @if(flashMessage('error')) +
+ {{ flashMessage('error') }} +
+ @endif + @if(old('message')) +
+ {{ old('message') }} +
+ @endif - - - By importing your Franz account, you accept the Terms of service and Privacy - policy - +
+ + +
+
+ + +
+ +

+ By importing your Franz account, you accept the Terms of service and Privacy + policy +

+ +
@endsection -- cgit v1.2.3-70-g09d2