mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
.batch-table__row
|
|
%label.batch-table__row__select.batch-checkbox
|
|
= f.check_box :status_ids, { multiple: true, include_hidden: false }, status.id
|
|
.batch-table__row__content
|
|
= render partial: 'admin/shared/status', object: status
|