mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix spam whoopsie.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
@component('mail::message')
|
||||
{{ trans('email.subscription_overdue_warning_intro', ['name' => $bill->name]) }}
|
||||
|
||||
@foreach($dates['pay_dates'] as $date)
|
||||
- {{ $date }}
|
||||
@endforeach
|
||||
|
||||
{{ trans('email.subscription_overdue_please_action', ['name' => $bill->name]) }}
|
||||
|
||||
@endcomponent
|
@@ -0,0 +1,17 @@
|
||||
@component('mail::message')
|
||||
{{ trans('email.subscriptions_overdue_warning_intro', ['count' => $count]) }}
|
||||
|
||||
@foreach($info as $row)
|
||||
- {{ $row['bill']->name }}:
|
||||
@foreach($row['pay_dates'] as $date)
|
||||
- {{ $date }}
|
||||
@endforeach
|
||||
@endforeach
|
||||
|
||||
{{ trans('email.subscriptions_overdue_please_action') }}
|
||||
|
||||
{{ trans('email.subscriptions_overdue_outro') }}
|
||||
|
||||
|
||||
|
||||
@endcomponent
|
Reference in New Issue
Block a user