1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/views/api/notifications/_notify_admin_archive_complete.json.jbuilder

8 lines
283 B
Ruby

json.title notification.notification_type
json.description t('.archive_complete',
START: notification.attached_object.start_at,
END: notification.attached_object.end_at,
ID: notification.attached_object.id
)