5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 19:16:22 +00:00

fix: responsive de moderation_queue/_comment.haml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-02-15 18:14:37 -03:00
parent 9634f75870
commit e769c6ed5c
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
-# Componente Checkbox -# Componente Checkbox
.custom-control.custom-checkbox .custom-control.custom-checkbox.p-0
%input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] } %input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] }

View file

@ -4,10 +4,10 @@
.col-1 .col-1
= render 'components/checkbox' = render 'components/checkbox'
.col-10 .col-10
.row .row.no-gutters
.col.col-1.mr-5 .col.col-4
%p= comment['published'].to_datetime.strftime(t('date.format')) %p= comment['published'].to_datetime.strftime(t('date.format'))
.col .col.col-8
%p %p
%span.mr-2= t('.source_profile') %span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername'] %a{ href: comment['attributedTo'] }= profile['preferredUsername']