5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 14:21:49 +00:00

fix: quitar bordes blancos de _comment.haml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-02-14 14:38:34 -03:00
parent d829b5b4ae
commit fb19938361

View file

@ -4,15 +4,15 @@
.col-1 .col-1
= render 'components/checkbox' = render 'components/checkbox'
.col-10 .col-10
.row.border.border-white .row
.col.col-1.border.border-white.mr-5 .col.col-1.mr-5
%p= comment['published'].to_datetime.strftime('%m/%d/%Y') %p= comment['published'].to_datetime.strftime('%m/%d/%Y')
.col.border.border-white .col
%span.mr-2= t('.source_profile') %span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername'] %a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row.border.border-white .row
%p.mr-3= t('.reply_to') %p.mr-3= t('.reply_to')
%span %span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo'] %a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row.border.border-white .row
%p= sanitize comment['content'] %p= sanitize comment['content']