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

11 lines
444 B
Text
Raw Normal View History

-# Componente Botonera de Moderación de Cuentas (Remote_profile)
.d-flex.flex-row
- btn_class = 'btn-secondary'
- ActorModeration.events.each do |actor_event|
= render 'components/btn_base',
text: t(".text_#{actor_event}"),
path: public_send(:"site_actor_moderation_#{actor_event}_path", actor_moderation_id: actor_moderation),
class: btn_class,
disabled: !actor_moderation.public_send(:"may_#{actor_event}?")