Fix supporting of "artisan down" command. Closes #2458
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@extends('layout.master')
|
||||
|
||||
@section('content')
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<strong>Under Maintenance</strong>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>We're currently under maintnenance, come back shortly.</p>
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
||||
@@ -3,3 +3,7 @@
|
||||
@section('content')
|
||||
@modules
|
||||
@stop
|
||||
|
||||
@section('bottom-content')
|
||||
@include('partials.footer')
|
||||
@stop
|
||||
|
||||
@@ -76,6 +76,6 @@
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
@include('partials.footer')
|
||||
@yield('bottom-content')
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -45,3 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
||||
|
||||
@section('bottom-content')
|
||||
@include('partials.footer')
|
||||
@stop
|
||||
|
||||
@@ -43,3 +43,7 @@
|
||||
</div>
|
||||
@endif
|
||||
@stop
|
||||
|
||||
@section('bottom-content')
|
||||
@include('partials.footer')
|
||||
@stop
|
||||
|
||||
@@ -33,3 +33,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
||||
|
||||
@section('bottom-content')
|
||||
@include('partials.footer')
|
||||
@stop
|
||||
|
||||
Reference in New Issue
Block a user