2020-08-10 16:57:26 +02:00
|
|
|
<%= gettext "An event is upcoming!" %>
|
2020-02-18 08:57:00 +01:00
|
|
|
==
|
|
|
|
<%= gettext "Get ready for %{title}", title: @participant.event.title %>
|
2020-08-10 16:57:26 +02:00
|
|
|
<%= gettext "Go to event page" %>
|
2023-12-01 09:49:54 +01:00
|
|
|
<%= gettext "View the event on: %{link}", link: url(~p"/events/#{@participant.event.uuid}") %>
|
2020-08-10 16:57:26 +02:00
|
|
|
<%= gettext "If you wish to cancel your attendance, visit the event page through the link above and click the « Attending » button." %>
|