From d4adedd4a025362b244ba3650f4c804444641213 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 14 Jan 2017 23:17:31 -0500 Subject: [PATCH] Use template layout for authentication --- .../themes/pterodactyl/auth/login.blade.php | 135 +++++++++-------- .../auth/passwords/email.blade.php | 103 +++++++------ .../auth/passwords/reset.blade.php | 141 +++++++++--------- .../themes/pterodactyl/base/index.blade.php | 0 .../themes/pterodactyl/layouts/auth.blade.php | 53 +++++++ 5 files changed, 241 insertions(+), 191 deletions(-) create mode 100644 resources/themes/pterodactyl/base/index.blade.php create mode 100644 resources/themes/pterodactyl/layouts/auth.blade.php diff --git a/resources/themes/pterodactyl/auth/login.blade.php b/resources/themes/pterodactyl/auth/login.blade.php index 0eecfdbf4..cddf1c2d9 100644 --- a/resources/themes/pterodactyl/auth/login.blade.php +++ b/resources/themes/pterodactyl/auth/login.blade.php @@ -1,72 +1,71 @@ - - - - - - {{ Settings::get('company', 'Pterodactyl') }} - Login - - {!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} - {!! Theme::css('vendor/adminlte/admin.min.css') !!} - {!! Theme::css('css/pterodactyl.css') !!} - - +{{-- Copyright (c) 2015 - 2016 Dane Everitt --}} - - - -