Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
move setup.wizard.master to setup.master
Browse files Browse the repository at this point in the history
  • Loading branch information
prinsss committed Jan 22, 2017
1 parent 989b29a commit 0d338ab
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion resources/views/setup/locked.tpl
@@ -1,4 +1,4 @@
@extends('setup.wizard.master')
@extends('setup.master')

@section('content')
<h1>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/setup/wizard/finish.tpl
@@ -1,4 +1,4 @@
@extends('setup.wizard.master')
@extends('setup.master')

@section('content')
<h1>{{ trans('setup.wizard.finish.title') }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/setup/wizard/info.tpl
@@ -1,4 +1,4 @@
@extends('setup.wizard.master')
@extends('setup.master')

@section('content')
<h1>{{ trans('setup.wizard.info.title') }}
Expand Down
30 changes: 0 additions & 30 deletions resources/views/setup/wizard/master.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion resources/views/setup/wizard/welcome.tpl
@@ -1,4 +1,4 @@
@extends('setup.wizard.master')
@extends('setup.master')

@section('content')
<h1>{{ trans('setup.wizard.welcome.title') }}
Expand Down

0 comments on commit 0d338ab

Please sign in to comment.