17 lines
551 B
Elixir
17 lines
551 B
Elixir
|
<div>
|
||
|
<p><%= dgettext "coherence", "Hello %{name}!", name: @name %><p>
|
||
|
<p>
|
||
|
<%= dgettext "coherence", "Someone has requested a link to change your password, and you can do this through the link below." %>
|
||
|
</p>
|
||
|
<p>
|
||
|
<a href="<%= @url %>"><%= dgettext "coherence", "Change my password" %></a>
|
||
|
</p>
|
||
|
<p>
|
||
|
<%= dgettext "coherence", "If you didn't request this, please ignore this email." %>
|
||
|
</p>
|
||
|
<p>
|
||
|
<%= dgettext "coherence", "Your password won't change until you access the link above and create a new one." %>
|
||
|
</p>
|
||
|
</div>
|
||
|
|