X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/43d9d2eba76528dc1bcaccb6896b110faa920cff..refs/pull/3555/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 08178e891..2f780b8a3 100644 --- a/resources/views/auth/user-unconfirmed.blade.php +++ b/resources/views/auth/user-unconfirmed.blade.php @@ -1,29 +1,33 @@ -@extends('public') +@extends('layouts.simple') @section('content') -
-
-

Email Address not confirmed

-

Your email address has not yet been confirmed.
- Please click the link in the email that was sent shortly after you registered.
- If you cannot find the email you can re-send the confirmation email by submitting the form below. +

+
+

{{ 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()]) + + @if($user) + @include('form.text', ['name' => 'email', 'model' => $user]) @else - @include('form/text', ['name' => 'email']) + @include('form.text', ['name' => 'email']) @endif
-
- +
+
+