mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-20 09:52:19 +01:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
|
# frozen_string_literal: true
|
||
|
|
||
|
json.title notification.notification_type
|
||
|
json.description t('.your_role_is_ROLE', ROLE: t("roles.#{notification.attached_object&.role}"))
|
||
|
json.url notification_url(notification, format: :json)
|