5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 07:04:17 +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
%p= comment['published'].to_datetime.strftime('%m/%d/%Y')
.col
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
%p
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row
.col.p-0
%span.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
%p
%span.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row
.col.p-0
%p= sanitize comment['content']