The code powering m.abunchtell.com https://m.abunchtell.com
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
416 B

  1. <%= raw t('application_mailer.salutation', name: display_name(@me)) %>
  2. <%= raw t('admin_mailer.new_pending_account.body') %>
  3. <%= @account.user_email %> (@<%= @account.username %>)
  4. <%= @account.user_current_sign_in_ip %>
  5. <% if @account.user&.invite_request&.text.present? %>
  6. <%= quote_wrap(@account.user&.invite_request&.text) %>
  7. <% end %>
  8. <%= raw t('application_mailer.view')%> <%= admin_pending_accounts_url %>