Files
cachet-docker/resources/views/emails/incidents/maintenance-text.blade.php
James Brooks de9745c7cf Fixes #696
2015-06-10 14:51:38 +01:00

12 lines
330 B
PHP

{!! trans('cachet.subscriber.email.maintenance.text', ['app_name' => Setting::get('app_name')]) !!}
{!! $status !!}
{!! $textContent !!}
@if(Setting::get('show_support'))
{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}
@endif
{!! trans('cachet.subscriber.email.unsubscribe') !!} {{ $unsubscribeLink }}