Show the scheduled time if applicable. Closes #799
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
@section('content')
|
||||
{!! trans('cachet.subscriber.email.maintenance.html', ['app_name' => Setting::get('app_name')]) !!}
|
||||
|
||||
<p>{{ $scheduled_at }}</p>
|
||||
|
||||
<p>
|
||||
{!! $status !!}
|
||||
</p>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{!! trans('cachet.subscriber.email.maintenance.text', ['app_name' => Setting::get('app_name')]) !!}
|
||||
|
||||
{{ $scheduled_at }}
|
||||
|
||||
{!! $status !!}
|
||||
|
||||
{!! $textContent !!}
|
||||
|
||||
Reference in New Issue
Block a user