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
410 B

  1. <p>Benvenuto <%= @resource.email %> !</p>
  2. <p>Hai appena creato un account su <%= @instance %>.</p>
  3. <p>Per confermare la tua iscrizione, fai clic sul seguente link: <br>
  4. <%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>
  5. <p>Per piacere leggi anche i nostri <%= link_to 'terms and conditions', terms_url %>.</p>
  6. <p>Sinceramente,<p>
  7. <p>The <%= @instance %> team</p>