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

  1. <p>Hello <%= @resource.unconfirmed_email %>!</p>
  2. <p>You requested a change to the email address you use on <%= @instance %>.</p>
  3. <p>To confirm your new email, please click on the following link:<br>
  4. <%= link_to 'Confirm my email address', 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>