mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-03 08:15:42 -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
|