forked from treehouse/mastodon
18 lines
577 B
Plaintext
18 lines
577 B
Plaintext
<%= t 'user_mailer.sign_in_token.title' %>
|
|
|
|
===
|
|
|
|
<%= t 'user_mailer.sign_in_token.explanation' %>
|
|
|
|
=> <%= @resource.sign_in_token %>
|
|
|
|
<%= t 'user_mailer.sign_in_token.details' %>
|
|
|
|
<%= t('sessions.ip') %>: <%= @remote_ip %>
|
|
<%= 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}")) %>
|
|
<%= l(@timestamp) %>
|
|
|
|
<%= t 'user_mailer.sign_in_token.further_actions' %>
|
|
|
|
=> <%= edit_user_registration_url %>
|