~cytrogen/masto-fe

ref: 685270f3f7ea6d4a8a48ec641e8fdfd9fc2e2d7f masto-fe/app/views/admin_mailer/new_pending_account.text.erb -rw-r--r-- 419 bytes
685270f3 — Claire [Glitch] Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= 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') %>