mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-08 07:43:45 -05: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
|