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/dashboard/login.edge | 86 ++++++++++++++++++++++-------------- 1 file changed, 54 insertions(+), 32 deletions(-) (limited to 'resources/views/dashboard/login.edge') diff --git a/resources/views/dashboard/login.edge b/resources/views/dashboard/login.edge index 16042b3..9b4b52a 100644 --- a/resources/views/dashboard/login.edge +++ b/resources/views/dashboard/login.edge @@ -1,42 +1,64 @@ -@layout('layouts.main') +@layout('layouts.v2') @section('content') -

Login

-@if(flashMessage('error')) -
- {{ flashMessage('error') }} +
+
+

+ Login +

+ + @if(flashMessage('error')) +
+ {{ flashMessage('error') }}
-@endif -@if(old('message')) -
- {{ old('message') }} + @endif + @if(old('message')) +
+ {{ old('message') }}
-@endif - + @endif + {{ csrfField() }} -
- -
- -
-
-
- -
- -
+
+ +
-
- - By logging in, you accept the Terms of Service and Privacy policy. This website uses cookies to log you in. - +
+ +
-
-

Not a member yet? Register in the Ferdi app or import your Franz account.

+ +

+ By logging in, you accept the Terms of Service and Privacy policy. This website uses cookies to log you in. +

+ -
-
- -@endsection \ No newline at end of file +@endsection -- cgit v1.2.3-70-g09d2