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.

11 lines
400 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) %>
  5. <p>Please also check out our <%= link_to 'terms and conditions', terms_url %>.</p>
  6. <p>Sincerely,<p>
  7. <p>The <%= @instance %> team</p>