confirmation_instructions.ca.html.erb 430 B

123456789101112
  1. <p>Benvingut <%= @resource.email %> !</p>
  2. <p>Has creat un compte a <%= @instance %>.</p>
  3. <p>Per confirmar la subscripció si us plau fes clic en el següent vincle : <br>
  4. <%= link_to 'Confirmar el meu compte', confirmation_url(@resource, confirmation_token: @token) %>
  5. <p>Si us plau, també fes un cop d'ull als nostres <%= link_to 'termes i condicions', terms_url %>.</p>
  6. <p>Sincerament,<p>
  7. <p>L'equip <%= @instance %> </p>