mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
21 lines
567 B
Plaintext
21 lines
567 B
Plaintext
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
<p>
|
|
<%= _t('.body.please_find_attached_html',
|
|
{
|
|
DATE: I18n.l(@attached_object.created_at.to_date),
|
|
AMOUNT: number_to_currency(@attached_object.total / 100.0),
|
|
TYPE: @attached_object.main_item.object_type
|
|
})
|
|
# messageFormat
|
|
%>
|
|
</p>
|
|
|
|
<p><%= t('.body.invoice_in_your_dashboard_html',
|
|
DASHBOARD: link_to(
|
|
t('.body.your_dashboard'),
|
|
"#{root_url}#!/dashboard/invoices"
|
|
)
|
|
) %>
|
|
</p>
|