mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 08:26:21 +00:00
fix: separadores en actividades de moderación
This commit is contained in:
parent
a7bd712a7c
commit
e4e604f56d
3 changed files with 9 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
-# Componente Comentario
|
||||
.flex.mx-4.my-5
|
||||
.flex.mx-4.my-4
|
||||
.row.no-gutters
|
||||
.col-1
|
||||
= render 'components/checkbox', id: comment['id']
|
||||
.col-11
|
||||
.row.no-gutters
|
||||
.col-4
|
||||
.col-3
|
||||
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
||||
.col-8
|
||||
.col-9
|
||||
%dl
|
||||
%dt.d-inline.mr-2= t('.source_profile')
|
||||
%dd.d-inline
|
||||
|
@ -17,7 +17,7 @@
|
|||
.row.no-gutters
|
||||
.col.p-0
|
||||
%p
|
||||
%span.mr-3= t('.reply_to')
|
||||
%span= t('.reply_to')
|
||||
%span
|
||||
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
||||
.row.no-gutters
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
= render 'components/comments_filters'
|
||||
|
||||
- moderation_queue.each do |comment|
|
||||
%hr
|
||||
= render 'comment', comment: comment, profile: comment['attributedTo']
|
||||
|
||||
-# Botones moderación
|
||||
= render 'components/comments_btn_box', comment: comment
|
||||
.d-flex.justify-content-between
|
||||
= render 'components/comments_btn_box', comment: comment
|
|
@ -2,13 +2,14 @@
|
|||
= render 'components/instances_filters'
|
||||
|
||||
- @instances.each do |instance|
|
||||
%hr
|
||||
= render 'moderation_queue/instance', instance: instance
|
||||
|
||||
-# Botones moderación
|
||||
.d-flex.pb-4
|
||||
= render 'components/instances_btn_box'
|
||||
%hr
|
||||
|
||||
%hr
|
||||
%h3.mt-5= t('moderation_queue.instances.title')
|
||||
%lead= t('moderation_queue.instances.description')
|
||||
= render 'components/block_lists', blocklists: @blocklists
|
||||
|
|
Loading…
Reference in a new issue