mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
<p>
|
|
<%= t('.body.remember',
|
|
REFERENCE: @attached_object.payment_schedule.reference,
|
|
AMOUNT: number_to_currency(@attached_object.amount / 100.00),
|
|
DATE: I18n.l(@attached_object.due_date, format: :long)) %>
|
|
<%= t('.body.error') %>
|
|
</p>
|
|
<p><%= t('.body.action') %></p>
|