<%= t('mailer.devise.reset_password_instructions.greeting_html', name: @resource.name) %>
<%= t('mailer.devise.reset_password_instructions.body_html') %>
<%= link_to t('mailer.devise.reset_password_instructions.action'), frontend_url('auth/password/edit', reset_password_token: @token) %>
<%= t('mailer.devise.reset_password_instructions.copy_paste_html') %> <%= frontend_url('auth/password/edit', reset_password_token: @token) %>
<%= t('mailer.devise.reset_password_instructions.ignore_html') %>
<%= t('mailer.devise.reset_password_instructions.no_change_html') %>