_ip_block.html.haml 548 B

1234567891011
  1. .batch-table__row
  2. %label.batch-table__row__select.batch-table__row__select--aligned.batch-checkbox
  3. = f.check_box :ip_block_ids, { multiple: true, include_hidden: false }, ip_block.id
  4. .batch-table__row__content.pending-account
  5. .pending-account__header
  6. %samp= link_to "#{ip_block.ip}/#{ip_block.ip.prefix}", admin_accounts_path(ip: "#{ip_block.ip}/#{ip_block.ip.prefix}")
  7. - if ip_block.comment.present?
  8. = ip_block.comment
  9. %br/
  10. = t("simple_form.labels.ip_block.severities.#{ip_block.severity}")