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.

16 lines
666 B

  1. .batch-table__row
  2. %label.batch-table__row__select.batch-table__row__select--aligned.batch-checkbox
  3. = f.check_box :account_ids, { multiple: true, include_hidden: false }, account.id
  4. .batch-table__row__content.pending-account
  5. .pending-account__header
  6. = link_to admin_account_path(account.id) do
  7. %strong= account.user_email
  8. = "(@#{account.username})"
  9. %br/
  10. = account.user_current_sign_in_ip
  11. = t 'admin.accounts.time_in_queue', time: time_ago_in_words(account.user&.created_at)
  12. - if account.user&.invite_request&.text&.present?
  13. .pending-account__body
  14. %p= account.user&.invite_request&.text