mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 22:36:21 +00:00
6 lines
334 B
Text
6 lines
334 B
Text
|
-# Componente botonera de moderación de Instancias
|
||
|
|
||
|
- btn_class = 'btn btn-secondary'
|
||
|
= render 'components/btn_base', text: t('.text_check'), class: btn_class, href: ''
|
||
|
= render 'components/btn_base', text: t('.text_allow'), class: btn_class, href: ''
|
||
|
= render 'components/btn_base', text: t('.text_deny'), class: btn_class, href: ''
|