mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
|
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
|
||
|
)
|
||
|
json.url notification_url(notification, format: :json)
|