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