diff --git a/resources/views/themes/ninja2020/auth/confirmation_with_password.blade.php b/resources/views/themes/ninja2020/auth/confirmation_with_password.blade.php index ee02e834ee61..e48908e03570 100644 --- a/resources/views/themes/ninja2020/auth/confirmation_with_password.blade.php +++ b/resources/views/themes/ninja2020/auth/confirmation_with_password.blade.php @@ -1,4 +1,4 @@ -@extends('portal.ninja2020.layout.clean') +@extends('themes.ninja2020.clean') @section('meta_title', ctrans('texts.set_password')) @section('body') diff --git a/resources/views/themes/ninja2020/auth/confirmed.blade.php b/resources/views/themes/ninja2020/auth/confirmed.blade.php index 481839e44891..7bbad769ec40 100644 --- a/resources/views/themes/ninja2020/auth/confirmed.blade.php +++ b/resources/views/themes/ninja2020/auth/confirmed.blade.php @@ -1,4 +1,4 @@ -@extends('portal.ninja2020.layout.clean') +@extends('themes.ninja2020.clean') @section('meta_title', ctrans('texts.confirmation')) @section('body') diff --git a/resources/views/themes/ninja2020/clean.blade.php b/resources/views/themes/ninja2020/clean.blade.php new file mode 100644 index 000000000000..066d25096bd0 --- /dev/null +++ b/resources/views/themes/ninja2020/clean.blade.php @@ -0,0 +1,113 @@ + + + +
+ + + @if (config('services.analytics.tracking_id')) + + + + @else + + @endif + + + @auth() +