mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 02:46:25 +00:00
fix: agregado checkbox general a comentarios
This commit is contained in:
parent
df88f80b30
commit
e62e26c87c
2 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
.row.no-gutters.pt-2
|
||||
.col-1
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
= render 'components/comments_filters'
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
.row.no-gutters.pt-2
|
||||
.col-1
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
= render 'components/comments_filters'
|
||||
|
||||
|
|
Loading…
Reference in a new issue