5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 07:26:22 +00:00
panel/app/views/moderation_queue/_accounts.haml

11 lines
429 B
Text
Raw Normal View History

.row.no-gutters.pt-2{ data: { controller: 'select-all' } }
.col-1.d-flex.align-items-center
= render 'components/select_all', id: 'actors'
.col-11
-# Filtros
= render 'components/profiles_filters', actor_moderations: actor_moderations
.col-12
- actor_moderations.find_each do |actor_moderation|
%hr
= render 'account', actor_moderation: actor_moderation, profile: actor_moderation.actor.content