mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:46:22 +00:00
6 lines
No EOL
334 B
Text
6 lines
No EOL
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: '' |