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

fix: p reemplazado por dl

This commit is contained in:
maki 2024-02-16 15:35:26 -03:00
parent e7595b8688
commit 4114c1abe6

View file

@ -8,9 +8,10 @@
.col.col-4
%p= comment['published'].to_datetime.strftime(t('date.format'))
.col.col-8
%p
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
%dl
%dt.d-inline.mr-2= t('.source_profile')
%dd.d-inline
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
- if comment['inReplyTo']
.row