confirmation_instructions.html.haml 186 B

12345
  1. %p
  2. Welcome
  3. = @email
  4. \!
  5. %p= link_to 'Confirm Account', url_for(controller: 'api/auth', action: :execute, **confirmation_query(redirect_url: message['redirect-url'], token: @token))