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

10 lines
258 B
Text
Raw Normal View History

-# Filtros
= render 'components/profiles_filters'
2024-02-07 20:12:00 +00:00
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
= render 'account', profile: remote_profile
-# Botones de Moderación
.d-flex.py-4
= render 'components/profiles_btn_box'
2024-02-07 20:12:00 +00:00