Sha256: 3e1a1e283c92fa27027d93f408dd6031aa7b3c0ad89bfe9aa8be612b27fd2a88
Contents?: true
Size: 478 Bytes
Versions: 8
Compression:
Stored size: 478 Bytes
Contents
# frozen-string_literal: true module Decidim module Conferences class ConferenceRegistrationNotificationEvent < 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 } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems