Fixes #2996 - New incident notification is Markdown powered
This commit is contained in:
17
resources/views/notifications/incident/new.blade.php
Normal file
17
resources/views/notifications/incident/new.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@component('mail::message')
|
||||
# {{ trans('notifications.incident.new.mail.greeting', ['app_name' => Config::get('setting.app_name')]) }}
|
||||
|
||||
{{ $incident->message }}
|
||||
|
||||
@component('mail::button', ['url' => $actionUrl])
|
||||
{{ $actionText }}
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
|
||||
@component('mail::subcopy')
|
||||
[{{ $unsubscribeText }}]({{ $unsubscribeUrl }}) — [{{ $manageSubscriptionText }}]({{ $manageSubscriptionUrl }})
|
||||
@endcomponent
|
||||
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user