mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 19:21:36 +02:00
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
.batch-table__row
|
|
%label.batch-table__row__select.batch-checkbox
|
|
-# = f.check_box :collection_ids, { multiple: true, include_hidden: false }, collection.id
|
|
.batch-table__row__content
|
|
= render partial: 'admin/shared/collection', object: collection
|