1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/views/notifications_mailer/notify_member_reservation_limit_reached.html.erb
2023-03-14 16:45:01 +01:00

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>