mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 15:26:22 +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
|
||||
%p= comment['published'].to_datetime.strftime(t('date.format'))
|
||||
.col.col-8
|
||||
%p
|
||||
%span.mr-2= t('.source_profile')
|
||||
%dl
|
||||
%dt.d-inline.mr-2= t('.source_profile')
|
||||
%dd.d-inline
|
||||
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
||||
|
||||
- if comment['inReplyTo']
|
||||
|
|
Loading…
Reference in a new issue