Skip to content

Commit

Permalink
Fix the namespace path on updater templates #570
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Feb 22, 2020
1 parent cc23c32 commit d17169b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')

@section('content')
Expand Down
2 changes: 1 addition & 1 deletion modules/Updater/Resources/views/index-start.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update phpVMS')

@section('content')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update Completed')
@section('content')
<div style="align-content: center;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@extends('installer::app')
@extends('updater::app')
@section('title', 'Update Completed')

@section('content')
Expand Down

0 comments on commit d17169b

Please sign in to comment.