5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-20 18:26:21 +00:00

fix: span sin p en _comment.haml

This commit is contained in:
maki 2024-02-14 14:51:27 -03:00
parent 58012f662e
commit fdc6ad95b8

View file

@ -8,13 +8,15 @@
.col.col-1.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 .col
%span.mr-2= t('.source_profile') %p
%a{ href: comment['attributedTo'] }= profile['preferredUsername'] %span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row .row
.col.p-0 .col.p-0
%span.mr-3= t('.reply_to') %p
%span %span.mr-3= t('.reply_to')
%a{ href: comment['inReplyTo'] }= comment['inReplyTo'] %span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row .row
.col.p-0 .col.p-0
%p= sanitize comment['content'] %p= sanitize comment['content']