mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 13:36:21 +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
|
.row.no-gutters
|
||||||
.col-1
|
.col-1
|
||||||
= render 'components/checkbox'
|
= render 'components/checkbox'
|
||||||
.col-10
|
.col-11
|
||||||
.row.no-gutters
|
.row.no-gutters
|
||||||
.col.col-4
|
.col-4
|
||||||
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
||||||
.col.col-8
|
.col-8
|
||||||
%dl
|
%dl
|
||||||
%dt.d-inline.mr-2= t('.source_profile')
|
%dt.d-inline.mr-2= t('.source_profile')
|
||||||
%dd.d-inline
|
%dd.d-inline
|
||||||
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
||||||
|
|
||||||
- if comment['inReplyTo']
|
- if comment['inReplyTo']
|
||||||
.row
|
.row.no-gutters
|
||||||
.col.p-0
|
.col.p-0
|
||||||
%p
|
%p
|
||||||
%span.mr-3= t('.reply_to')
|
%span.mr-3= t('.reply_to')
|
||||||
%span
|
%span
|
||||||
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
||||||
.row
|
.row.no-gutters
|
||||||
.col.p-0
|
.col.p-0
|
||||||
%p= comment['content'].html_safe
|
%p= comment['content'].html_safe
|
||||||
|
|
Loading…
Reference in a new issue