mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
<p>
|
|
<%= t('.body.limit_reached',
|
|
HOURS: @attached_object.limit,
|
|
ITEM: @attached_object.limitable.name,
|
|
DATE: I18n.l(@notification.get_meta_data(:date).to_date)) %>
|
|
</p>
|
|
|