mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 18:36:22 +00:00
This commit is contained in:
parent
fb19938361
commit
58012f662e
1 changed files with 6 additions and 4 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue