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.
10 lines
347 B
10 lines
347 B
<%= raw t('admin_mailer.new_pending_account.body') %> |
|
|
|
<%= @account.user_email %> (@<%= @account.username %>) |
|
<%= @account.user_sign_up_ip %> |
|
<% if @account.user&.invite_request&.text.present? %> |
|
|
|
<%= quote_wrap(@account.user&.invite_request&.text) %> |
|
<% end %> |
|
|
|
<%= raw t('application_mailer.view')%> <%= admin_accounts_url(status: 'pending') %>
|
|
|