mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:36:21 +00:00
11 lines
264 B
Text
11 lines
264 B
Text
-# Filtros
|
|
= render 'components/profiles_filters'
|
|
|
|
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
|
|
%hr
|
|
= render 'account', profile: remote_profile
|
|
|
|
-# Botones de Moderación
|
|
.d-flex.pb-4
|
|
= render 'components/profiles_btn_box'
|
|
|