confirmation_instructions.en.html.erb 400 B

123456789101112
  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>