5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 17:16:22 +00:00
panel/app/views/components/_profiles_btn_box.haml
jazzari e11de6c835
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: cambiada variable global por local en botonera de profiles
2024-02-15 16:27:05 -03:00

7 lines
No EOL
430 B
Text

-# Componente Botonera de Moderación de Cuentas (Remote_profile)
- btn_class = 'btn-secondary'
= render 'components/btn_base', text: t('.text_approve'), class: btn_class, href: ''
= render 'components/btn_base', text: t('.text_check'), class: btn_class, href: ''
= render 'components/btn_base', text: t('.text_deny'), class: btn_class, href: ''
= render 'components/btn_base', text: t('.text_report'), class: btn_class, href: ''