mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Refactor error pages
This commit is contained in:
21
resources/views/errors/503.blade.php
Normal file
21
resources/views/errors/503.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
@extends('layout.v2.error')
|
||||
@section('status_code','503')
|
||||
@section('status','Service Unavailable')
|
||||
@section('sub_title', trans('errors.maintenance_mode'))
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-">
|
||||
<p>
|
||||
{{ trans('errors.be_right_back') }}
|
||||
</p>
|
||||
<p class="text-danger">
|
||||
{{ trans('errors.check_back') }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user