Merge pull request #3540 from jzinkweg/feature/incident-update-mail
Include incident update message in mail notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user