mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 18:26:22 +00:00
fix: corregido checkbox general en comentarios, cuentas e instancias
This commit is contained in:
parent
e632bd249b
commit
ea6d794b57
3 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
-# Filtros
|
||||
= render 'components/profiles_filters'
|
||||
.row.no-gutters.pt-2
|
||||
.col-1.d-flex.align-items-center
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
= render 'components/profiles_filters'
|
||||
|
||||
- @moderation_queue.map{ |c| c['attributedTo'] }.uniq.each do |remote_profile|
|
||||
%hr
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.row.no-gutters.pt-2
|
||||
.col-1
|
||||
.col-1.d-flex.align-items-center
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
-# Filtros
|
||||
= render 'components/instances_filters'
|
||||
.row.no-gutters.pt-2
|
||||
.col-1.d-flex.align-items-center
|
||||
= render 'components/checkbox', id: moderation_queue.first['id']
|
||||
.col-11
|
||||
-# Filtros
|
||||
= render 'components/instances_filters'
|
||||
|
||||
- @instances.each do |instance|
|
||||
%hr
|
||||
|
|
Loading…
Reference in a new issue