5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 04:06:21 +00:00
panel/app/views/moderation_queue/_account.haml

13 lines
456 B
Text
Raw Normal View History

.row.no-gutters.pt-2
.col-1
= render 'components/checkbox', id: profile['id'], name: 'actor[]', value: profile['id'], data: { target: 'select-all.input' }
.col-11
%h4
= link_to sanitize(profile['name']), site_actor_moderation_path(id: actor_moderation)
.mb-3
= sanitize profile['summary'].html_safe
-# Botones de Moderación
.d-flex.pb-4
= render 'components/profiles_btn_box', actor_moderation: actor_moderation