You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
430 B

  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>