1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/app/views/api/notifications/_notify_admin_child_created.json.jbuilder
2023-07-04 15:01:10 +02:00

5 lines
210 B
Ruby

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'))