class Decidim::Meetings::UpdateMeetingEvent
def email_intro
def email_intro I18n.t("decidim.meetings.events.update_meeting_event.email_intro", resource_title: resource_title) end
def email_outro
def email_outro I18n.t("decidim.meetings.events.update_meeting_event.email_outro", resource_title: resource_title) end
def email_subject
def email_subject I18n.t("decidim.meetings.events.update_meeting_event.email_subject", resource_title: resource_title) end
def notification_title
def notification_title I18n.t( "decidim.meetings.events.update_meeting_event.notification_title", resource_title: resource_title, resource_path: resource_path ).html_safe end