2024-03-08 16:08:24 +00:00
|
|
|
-#
|
|
|
|
@params form [String]
|
|
|
|
|
2024-02-20 18:12:42 +00:00
|
|
|
.row.no-gutters.pt-2
|
|
|
|
.col-1
|
2024-03-08 16:08:24 +00:00
|
|
|
= render 'components/checkbox', id: actor_moderation.id, form: form, name: 'actor_moderation[]', value: actor_moderation.id, data: { target: 'select-all.input' }
|
2024-02-20 18:12:42 +00:00
|
|
|
.col-11
|
2024-03-14 14:57:06 +00:00
|
|
|
- cache [actor_moderation, profile] do
|
|
|
|
%h4
|
|
|
|
= link_to text_plain(profile['name']), site_actor_moderation_path(id: actor_moderation)
|
|
|
|
.mb-3
|
|
|
|
= sanitize profile['summary']
|
2024-02-27 15:25:09 +00:00
|
|
|
|
|
|
|
-# Botones de Moderación
|
2024-03-14 14:57:06 +00:00
|
|
|
.d-flex.pb-4
|
|
|
|
= render 'components/profiles_btn_box', actor_moderation: actor_moderation
|