5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 09:26:21 +00:00

fix: sintaxis

This commit is contained in:
maki 2024-02-19 13:57:39 -03:00
parent 2c61f3baa2
commit 9554ad1627

View file

@ -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