10 lines
291 B
Elixir
10 lines
291 B
Elixir
|
<%= gettext "Confirm the email address" %>
|
||
|
|
||
|
==
|
||
|
|
||
|
<%= gettext "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email.", host: @instance %>
|
||
|
|
||
|
<%= EventosWeb.Endpoint.url() <> "/validate/#{@token}" %>
|
||
|
|
||
|
|