90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
356 B
Elixir
12 lines
356 B
Elixir
<div>
|
|
<p><%= dgettext "coherence", "Hello %{name}!", name: @name %><p>
|
|
<p>
|
|
<%= dgettext "coherence", "Your new account is almost ready. Click the link below to confirm you new account." %>
|
|
</p>
|
|
<p>
|
|
<a href="<%= @url %>"><%= dgettext "coherence", "Confirm my Account" %></a>
|
|
</p>
|
|
<p><%= dgettext "coherence", "Thank you!" %></p>
|
|
</div>
|
|
|