This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-03-14 05:28:30 +01:00
|
|
|
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
|
|
|
|
|
|
|
<%= raw t('admin_mailer.new_pending_account.body') %>
|
|
|
|
|
2019-04-10 00:36:01 +02:00
|
|
|
<%= @account.user_email %> (@<%= @account.username %>)
|
|
|
|
<%= @account.user_current_sign_in_ip %>
|
|
|
|
<% if @account.user&.invite_request&.text.present? %>
|
2019-03-14 05:28:30 +01:00
|
|
|
|
2019-04-10 00:36:01 +02:00
|
|
|
<%= quote_wrap(@account.user&.invite_request&.text) %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%= raw t('application_mailer.view')%> <%= admin_pending_accounts_url %>
|