mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 11:26:22 +00:00
fix: corregido botonera de filtros en componente moderation_queue
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
5a6b0373a2
commit
4b67968d3b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.flex
|
||||
%h3.text-center.py-2 Comentarios
|
||||
- @moderation_queue.each do |comment|
|
||||
= render 'moderation_queue/comment_filter_box'
|
||||
- @moderation_queue.each do |comment|
|
||||
= render 'moderation_queue/comment', comment: comment
|
||||
.row.d-flex.justify-content-center
|
||||
= render 'moderation_queue/comment_button_box'
|
Loading…
Reference in a new issue