mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 17:26:21 +00:00
fix: p reemplazado por dl
This commit is contained in:
parent
e7595b8688
commit
4114c1abe6
1 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,9 @@
|
||||||
.col.col-4
|
.col.col-4
|
||||||
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
||||||
.col.col-8
|
.col.col-8
|
||||||
%p
|
%dl
|
||||||
%span.mr-2= t('.source_profile')
|
%dt.d-inline.mr-2= t('.source_profile')
|
||||||
|
%dd.d-inline
|
||||||
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
||||||
|
|
||||||
- if comment['inReplyTo']
|
- if comment['inReplyTo']
|
||||||
|
|
Loading…
Reference in a new issue