Sha256: 029ac904c223493a74e6ac3ffee28cf473117ef17089e930c682fb042eb71739
Contents?: true
Size: 529 Bytes
Versions: 12
Compression:
Stored size: 529 Bytes
Contents
# frozen-string_literal: true module Decidim module Meetings class MeetingRegistrationNotificationEvent < Decidim::Events::BaseEvent include Decidim::Events::NotificationEvent def notification_title I18n.t("notification_title", **i18n_options).html_safe end def i18n_options { resource_title: resource_title, resource_url: resource_url, scope: event_name, registration_code: extra["registration_code"] } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems