5
0
Fork 0
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:
maki 2024-02-16 15:35:26 -03:00
parent e7595b8688
commit 4114c1abe6

View file

@ -8,9 +8,10 @@
.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')
%a{ href: comment['attributedTo'] }= profile['preferredUsername'] %dd.d-inline
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
- if comment['inReplyTo'] - if comment['inReplyTo']
.row .row