The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

9 lines
357 B

  1. <%= raw t('application_mailer.salutation', name: display_name(@me)) %>
  2. <%= raw t('admin_mailer.new_pending_account.body') %>
  3. <%= raw t('admin.accounts.email') %>: <%= @account.user_email %>
  4. <%= raw t('admin.accounts.most_recent_ip') %>: <%= @account.user_current_sign_in_ip %>
  5. <%= raw t('application_mailer.view')%> <%= admin_account_url(@account.id) %>