Show the scheduled time if applicable. Closes #799

This commit is contained in:
James Brooks
2015-08-13 23:23:18 +01:00
parent 1965dbb3e7
commit b68647df8e
5 changed files with 17 additions and 1 deletions
@@ -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 !!}