X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4cb4c9e56814d22c33a5955561ee6c05d1e2efbc..refs/pull/3918/head:/resources/views/auth/user-unconfirmed.blade.php diff --git a/resources/views/auth/user-unconfirmed.blade.php b/resources/views/auth/user-unconfirmed.blade.php index 22c26d92b..2f780b8a3 100644 --- a/resources/views/auth/user-unconfirmed.blade.php +++ b/resources/views/auth/user-unconfirmed.blade.php @@ -1,34 +1,34 @@ -@extends('public') +@extends('layouts.simple') @section('content') -
-

 

-
-

{{ trans('auth.email_not_confirmed') }}

-
-

{{ trans('auth.email_not_confirmed_text') }}
- {{ trans('auth.email_not_confirmed_click_link') }}
- {{ trans('auth.email_not_confirmed_resend') }} -

-
-
- {!! csrf_field() !!} -
- - @if(auth()->check()) - @include('form/text', ['name' => 'email', 'model' => auth()->user()]) - @else - @include('form/text', ['name' => 'email']) - @endif -
-
- -
-
-
-
+
+
+

{{ trans('auth.email_not_confirmed') }}

+ +

{{ trans('auth.email_not_confirmed_text') }}
+ {{ trans('auth.email_not_confirmed_click_link') }} +

+

+ {{ trans('auth.email_not_confirmed_resend') }} +

+
+ {!! csrf_field() !!} +
+ + @if($user) + @include('form.text', ['name' => 'email', 'model' => $user]) + @else + @include('form.text', ['name' => 'email']) + @endif +
+
+ +
+
+ +
@stop