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.

14 lines
583 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.batch-table__row__content--unpadded
  5. %table.accounts-table
  6. %tbody
  7. %tr
  8. %td
  9. = account.user_email
  10. = "(@#{account.username})"
  11. %br/
  12. = account.user_current_sign_in_ip
  13. %td.accounts-table__count
  14. = table_link_to 'pencil', t('admin.accounts.edit'), admin_account_path(account.id)