2020-08-10 14:57:26 +00:00
|
|
|
<%= gettext "An event is upcoming!" %>
|
2020-02-18 07:57:00 +00:00
|
|
|
==
|
|
|
|
<%= gettext "Get ready for %{title}", title: @participant.event.title %>
|
2020-08-10 14:57:26 +00:00
|
|
|
<%= gettext "Go to event page" %>
|
2020-02-18 07:57:00 +00:00
|
|
|
<%= gettext "View the event on: %{link}", link: page_url(Mobilizon.Web.Endpoint, :event, @participant.event.uuid) %>
|
2020-08-10 14:57:26 +00:00
|
|
|
<%= gettext "If you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button." %>
|