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
= render 'components/checkbox'
.col-10
.row.border.border-white
.col.col-1.border.border-white.mr-5
.row
.col.col-1.mr-5
%p= comment['published'].to_datetime.strftime('%m/%d/%Y')
.col.border.border-white
.col
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row.border.border-white
.row
%p.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row.border.border-white
.row
%p= sanitize comment['content']