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.

15 lines
569 B

  1. <p>Welcome <%= @resource.email %> !</p>
  2. <p>You just created an account on <%= @instance %>.</p>
  3. <p>To confirm your inscription, please click on the following link : <br>
  4. <%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>
  5. <p>If the above link did not work, copy and paste this URL into your address bar: <br>
  6. <span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
  7. <p>Please also check out our <%= link_to 'terms and conditions', terms_url %>.</p>
  8. <p>Sincerely,<p>
  9. <p>The <%= @instance %> team</p>