Write some example tests for @stanjg
This commit is contained in:
parent
5a9d76a7e1
commit
e648e50d90
4 changed files with 94 additions and 7 deletions
|
@ -23,8 +23,8 @@ return [
|
|||
],
|
||||
'maintenance' => [
|
||||
'header' => 'Node Under Maintenance',
|
||||
'title' => 'Maintenance',
|
||||
'desc' => 'This node is under maintenance, therefore your server can temporarily not be accessed.'
|
||||
'title' => 'Temporarily Unavailable',
|
||||
'desc' => 'This node is under maintenance, therefore your server can temporarily not be accessed.',
|
||||
],
|
||||
],
|
||||
'index' => [
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 col-xs-12">
|
||||
<div class="box box-danger">
|
||||
<div class="box-body text-center">
|
||||
<h1 class="text-red" style="font-size: 160px !important;font-weight: 100 !important;">@lang('base.errors.maintenance.title')</h1>
|
||||
<h1 class="text-red" style="font-size: 3em !important;font-weight: 100 !important;">@lang('base.errors.maintenance.title')</h1>
|
||||
<p class="text-muted">@lang('base.errors.maintenance.desc')</p>
|
||||
</div>
|
||||
<div class="box-footer with-border">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue