mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
7 lines
393 B
Plaintext
7 lines
393 B
Plaintext
|
json.title notification.notification_type
|
||
|
json.description _t('.invoices_generation_was_STATUS_for_user_NAME_html',
|
||
|
{
|
||
|
STATUS: notification.attached_object.invoicing_disabled.to_s,
|
||
|
NAME: notification.attached_object.profile.full_name
|
||
|
}) #messageFormat
|
||
|
json.url notification_url(notification, format: :json)
|