parent
6e3936aa6f
commit
51e154f5e8
92 changed files with 282 additions and 249 deletions
8
app/views/admin_mailer/new_pending_account.text.erb
Normal file
8
app/views/admin_mailer/new_pending_account.text.erb
Normal file
|
@ -0,0 +1,8 @@
|
|||
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
||||
|
||||
<%= raw t('admin_mailer.new_pending_account.body') %>
|
||||
|
||||
<%= raw t('admin.accounts.email') %>: <%= @account.user_email %>
|
||||
<%= raw t('admin.accounts.most_recent_ip') %>: <%= @account.user_current_sign_in_ip %>
|
||||
|
||||
<%= raw t('application_mailer.view')%> <%= admin_account_url(@account.id) %>
|
Loading…
Add table
Add a link
Reference in a new issue