mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +01:00
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
||
|
|
||
|
<p>
|
||
|
<%= t('.body.new_child_created') %>
|
||
|
"<%= @attached_object&.full_name || t('api.notifications.deleted_user') %> <<%= @attached_object.email%>>"
|
||
|
</p>
|