refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
12
resources/views/errors/503.blade.php
Normal file
12
resources/views/errors/503.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('errors::layout')
|
||||
|
||||
@section('title', trans('app.error_unavailable'))
|
||||
|
||||
@section('message', trans('app.error_maintenance'))
|
||||
|
||||
@section('content')
|
||||
<p>
|
||||
@lang('app.error_help')
|
||||
@lang('app.error_twitter', ['twitter' => config('monica.twitter_account')])
|
||||
</p>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user