mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 02:26:24 +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,5 +1,9 @@
|
|||
-# Filtros
|
||||
= render 'components/comments_filters'
|
||||
.row.no-gutters.pt-2
|
||||
.col-1
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
= render 'components/comments_filters'
|
||||
|
||||
- moderation_queue.each do |comment|
|
||||
%hr
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
-# Filtros
|
||||
= render 'components/comments_filters'
|
||||
.row.no-gutters.pt-2
|
||||
.col-1
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
= render 'components/comments_filters'
|
||||
|
||||
- moderation_queue.each do |comment|
|
||||
= render 'moderation_queue/comment', comment: comment, profile: comment['attributedTo']
|
||||
|
|
Loading…
Reference in a new issue