Class: Decidim::ChangeNicknameEvent
- Inherits:
-
Events::SimpleEvent
- Object
- Events::BaseEvent
- Events::SimpleEvent
- Decidim::ChangeNicknameEvent
- Includes:
- Events::NotificationEvent
- Defined in:
- app/events/decidim/change_nickname_event.rb
Instance Method Summary collapse
Methods inherited from Events::SimpleEvent
#email_intro, #email_outro, #email_subject, #email_subject_i18n_options, #event_has_roles?, i18n_attributes, #i18n_scope, #participatory_space_url, #resource_path, #resource_text, #resource_url
Methods included from SanitizeHelper
#decidim_html_escape, #decidim_sanitize, #decidim_sanitize_admin, #decidim_sanitize_editor, #decidim_sanitize_editor_admin, #decidim_sanitize_newsletter, #decidim_url_escape, included
Methods included from ComponentPathHelper
#can_be_managed?, #main_component_path, #main_component_url, #manage_component_path
Methods inherited from Events::BaseEvent
#content_in_same_language?, #initialize, #organization, #perform_translation?, #resource_locator, #resource_path, #resource_text, #resource_title, #resource_url, #safe_resource_text, #safe_resource_translated_text, #translation_missing?, type
Methods included from TranslatableAttributes
Constructor Details
This class inherits a constructor from Decidim::Events::BaseEvent
Instance Method Details
#i18n_options ⇒ Object
15 16 17 18 19 |
# File 'app/events/decidim/change_nickname_event.rb', line 15 def { link_to_account_settings: url_helpers.account_path } end |
#notification_title ⇒ Object
11 12 13 |
# File 'app/events/decidim/change_nickname_event.rb', line 11 def notification_title I18n.t("decidim.events.nickname_event.notification_body", **).to_s.html_safe end |