Include incident update message in mail

This commit is contained in:
jzinkweg
2019-04-10 17:22:36 +02:00
parent 5b411c1015
commit 0cbaa75e67
2 changed files with 7 additions and 2 deletions

View File

@@ -1,11 +1,15 @@
@component('mail::message')
# {{ trans('notifications.incident.update.mail.title', ['name' => $incidentName, 'new_status' => $newStatus]) }}
{{ $content }}
{{ $update->message }}
@component('mail::button', ['url' => $actionUrl])
{{ $actionText }}
@endcomponent
Thanks,<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')
@endcomponent
@endcomponent