mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:56:22 +00:00
12 lines
329 B
Text
12 lines
329 B
Text
.row.no-gutters.pt-2
|
|
.col-1.d-flex.align-items-center
|
|
= render 'components/checkbox', id: moderation_queue.first['id']
|
|
.col-11
|
|
-# Filtros
|
|
= render 'components/profiles_filters'
|
|
|
|
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
|
|
%hr
|
|
= render 'account', profile: remote_profile
|
|
|
|
|