mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 11:46:22 +00:00
fix: sintaxis
This commit is contained in:
parent
2c61f3baa2
commit
9554ad1627
1 changed files with 5 additions and 5 deletions
|
@ -3,23 +3,23 @@
|
|||
.row.no-gutters
|
||||
.col-1
|
||||
= render 'components/checkbox'
|
||||
.col-10
|
||||
.col-11
|
||||
.row.no-gutters
|
||||
.col.col-4
|
||||
.col-4
|
||||
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
||||
.col.col-8
|
||||
.col-8
|
||||
%dl
|
||||
%dt.d-inline.mr-2= t('.source_profile')
|
||||
%dd.d-inline
|
||||
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
||||
|
||||
- if comment['inReplyTo']
|
||||
.row
|
||||
.row.no-gutters
|
||||
.col.p-0
|
||||
%p
|
||||
%span.mr-3= t('.reply_to')
|
||||
%span
|
||||
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
||||
.row
|
||||
.row.no-gutters
|
||||
.col.p-0
|
||||
%p= comment['content'].html_safe
|
||||
|
|
Loading…
Reference in a new issue