5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:14:16 +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
.custom-control.custom-checkbox
.custom-control.custom-checkbox.p-0
%input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] }

View file

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