mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 06:56:22 +00:00
fix: corregidos colores botonera de comentarios #15028
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
4f6464837a
commit
94a86eca9b
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
.d-flex.py-2.justify-content-center
|
||||
-# parámetros de botones
|
||||
-# text, class, href
|
||||
- btn_box_params = [[t('.text_pause'), 'btn-outline-secondary disabled', ''],
|
||||
[t('.text_reject'), 'btn-outline-info', ''],
|
||||
- btn_box_params = [[t('.text_pause'), 'btn-secondary', ''],
|
||||
[t('.text_reject'), 'btn-primary', ''],
|
||||
[t('.text_accept'), 'bg-blue white', ''],
|
||||
[t('.text_reply'), 'btn-outline-dark', ''],
|
||||
[t('.text_reply'), 'btn-outline-primary', ''],
|
||||
[t('.text_report'), 'btn-outline-danger', '']]
|
||||
|
||||
- btn_box_params.each do |btn|
|
||||
|
|
Loading…
Reference in a new issue