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

14 lines
525 B
Text
Raw Normal View History

.row.no-gutters.pt-2
.col-1
2024-03-04 17:39:06 +00:00
= render 'components/checkbox', id: actor_moderation.id, form_id: form_id, name: 'actor_moderation[]', value: actor_moderation.id, data: { target: 'select-all.input' }
.col-11
%h4
2024-03-04 16:11:17 +00:00
= link_to text_plain(profile['name']), site_actor_moderation_path(id: actor_moderation)
.mb-3
2024-03-04 16:11:17 +00:00
= sanitize profile['summary']
-# Botones de Moderación
2024-03-01 18:51:54 +00:00
- cache actor_moderation do
.d-flex.pb-4
= render 'components/profiles_btn_box', actor_moderation: actor_moderation