mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 10:26:21 +00:00
fix: cambiada variable global por local en botonera de profiles
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
643139aaff
commit
e11de6c835
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
-# Componente Botonera de Moderación de Cuentas (Remote_profile)
|
||||
|
||||
- @class = 'btn-secondary'
|
||||
= render 'components/btn_base', text: t('.text_approve'), class: @class, href: ''
|
||||
= render 'components/btn_base', text: t('.text_check'), class: @class, href: ''
|
||||
= render 'components/btn_base', text: t('.text_deny'), class: @class, href: ''
|
||||
= render 'components/btn_base', text: t('.text_report'), class: @class, href: ''
|
||||
- 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: ''
|
Loading…
Reference in a new issue