From 6e87f7804c787865570763900d1c609cb5378118 Mon Sep 17 00:00:00 2001 From: Nabeel S Date: Fri, 21 Feb 2020 20:36:27 -0500 Subject: [PATCH] Fix the namespace path on updater templates #570 (#571) --- modules/Updater/Resources/views/downloader/downloader.blade.php | 2 +- modules/Updater/Resources/views/index-start.blade.php | 2 +- modules/Updater/Resources/views/steps/step1-no-update.blade.php | 2 +- .../Resources/views/steps/step1-update-available.blade.php | 2 +- .../Resources/views/steps/step2-migrations-done.blade.php | 2 +- .../Resources/views/steps/step3-update-complete.blade.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/Updater/Resources/views/downloader/downloader.blade.php b/modules/Updater/Resources/views/downloader/downloader.blade.php index 961d2d2b..276c533a 100644 --- a/modules/Updater/Resources/views/downloader/downloader.blade.php +++ b/modules/Updater/Resources/views/downloader/downloader.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/index-start.blade.php b/modules/Updater/Resources/views/index-start.blade.php index c1e7fefe..ddbde149 100644 --- a/modules/Updater/Resources/views/index-start.blade.php +++ b/modules/Updater/Resources/views/index-start.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/steps/step1-no-update.blade.php b/modules/Updater/Resources/views/steps/step1-no-update.blade.php index 52a5383a..bbe70c32 100644 --- a/modules/Updater/Resources/views/steps/step1-no-update.blade.php +++ b/modules/Updater/Resources/views/steps/step1-no-update.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/steps/step1-update-available.blade.php b/modules/Updater/Resources/views/steps/step1-update-available.blade.php index 21d2f346..29f3e1d6 100644 --- a/modules/Updater/Resources/views/steps/step1-update-available.blade.php +++ b/modules/Updater/Resources/views/steps/step1-update-available.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php b/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php index 19fd4000..045a16b6 100644 --- a/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php +++ b/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update Completed') @section('content')
diff --git a/modules/Updater/Resources/views/steps/step3-update-complete.blade.php b/modules/Updater/Resources/views/steps/step3-update-complete.blade.php index c8851e96..247c2cd4 100644 --- a/modules/Updater/Resources/views/steps/step3-update-complete.blade.php +++ b/modules/Updater/Resources/views/steps/step3-update-complete.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update Completed') @section('content')