1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-12 23:09:03 +01:00
fab-manager/app/views/api/notifications/_notify_admin_child_created.json.jbuilder

5 lines
210 B
Plaintext
Raw Normal View History

2023-05-26 15:55:38 +02:00
json.title notification.notification_type
json.description t('.a_new_child_has_been_created_NAME_html',
NAME: notification.attached_object&.full_name || t('api.notifications.deleted_user'))