<%= gettext("Confirm your e-mail") %>

<%= gettext( "Hi there! You just registered to join this event: « %{title} ». Please confirm the e-mail address you provided:", title: escape_html(@participant.event.title) ) |> raw %>

url() |> URI.decode() } target="_blank" style="font-size: 20px; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; padding: 15px 25px; border-radius: 2px; border: 1px solid #3C376E; display: inline-block;" > <%= gettext("Confirm my e-mail address") %>

<%= gettext( "If you wish to cancel your participation, simply click on the link below." ) %>

url() |> URI.decode() } target="_blank" style="font-size: 20px; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #3C376E; text-decoration: none; padding: 15px 25px; border-radius: 2px; border: 1px solid #3C376E; display: inline-block;" > <%= gettext("Cancel my attendance") %>

<%= gettext("If you didn't trigger this email, you may safely ignore it.") %>