1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/app/views/notifications_mailer/notify_admin_child_created.html.erb

7 lines
236 B
Plaintext
Raw Normal View History

2023-05-26 15:55:38 +02:00
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
<p>
<%= t('.body.new_child_created') %>
"<%= @attached_object&.full_name || t('api.notifications.deleted_user') %> &lt;<%= @attached_object.email%>&gt;"
</p>