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.

17 lines
577 B

  1. <%= t 'user_mailer.sign_in_token.title' %>
  2. ===
  3. <%= t 'user_mailer.sign_in_token.explanation' %>
  4. => <%= @resource.sign_in_token %>
  5. <%= t 'user_mailer.sign_in_token.details' %>
  6. <%= t('sessions.ip') %>: <%= @remote_ip %>
  7. <%= t('sessions.browser') %>: <%= t('sessions.description', browser: t("sessions.browsers.#{@detection.id}", default: "#{@detection.id}"), platform: t("sessions.platforms.#{@detection.platform.id}", default: "#{@detection.platform.id}")) %>
  8. <%= l(@timestamp) %>
  9. <%= t 'user_mailer.sign_in_token.further_actions' %>
  10. => <%= edit_user_registration_url %>