Refactor to reuse the one status partial across moderation tools (#35644)

This commit is contained in:
Emelia Smith 2025-08-21 16:51:11 +02:00 committed by GitHub
parent f85f0eee1b
commit 4f494781c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 88 additions and 119 deletions

View file

@ -0,0 +1,5 @@
.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