mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
5 lines
186 B
Ruby
5 lines
186 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.title notification.notification_type
|
|
json.description t('.invalidated', **{ MACHINES: notification.attached_object.machines.map(&:name).join(', ') })
|