mobilizon.chapril.org-mobil.../lib/web/templates/email/before_event_notification.text.eex

6 lines
369 B
Elixir
Raw Normal View History

<%= gettext "Upcoming event" %>
==
<%= gettext "Get ready for %{title}", title: @participant.event.title %>
<%= gettext "View the event on: %{link}", link: page_url(Mobilizon.Web.Endpoint, :event, @participant.event.uuid) %>
<%= gettext "If you need to cancel your participation, just access the event page through link above and click on the participation button." %>