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

fix: row sin col
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-02-14 14:44:33 -03:00
parent fb19938361
commit 58012f662e

View file

@ -11,8 +11,10 @@
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row
%p.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.col.p-0
%span.mr-3= t('.reply_to')
%span
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row
%p= sanitize comment['content']
.col.p-0
%p= sanitize comment['content']