mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 17:31:12 +01:00
13 lines
430 B
Text
13 lines
430 B
Text
|
<p>Benvingut <%= @resource.email %> !</p>
|
||
|
|
||
|
<p>Has creat un compte a <%= @instance %>.</p>
|
||
|
|
||
|
<p>Per confirmar la subscripció si us plau fes clic en el següent vincle : <br>
|
||
|
<%= link_to 'Confirmar el meu compte', confirmation_url(@resource, confirmation_token: @token) %>
|
||
|
|
||
|
<p>Si us plau, també fes un cop d'ull als nostres <%= link_to 'termes i condicions', terms_url %>.</p>
|
||
|
|
||
|
<p>Sincerament,<p>
|
||
|
|
||
|
<p>L'equip <%= @instance %> </p>
|