5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-20 14:26:22 +00:00

fix: row va dentro del if para no quedar vacía si false

This commit is contained in:
maki 2024-02-15 16:46:04 -03:00
parent 1deb4053a7
commit 243a998451

View file

@ -11,9 +11,10 @@
%p %p
%span.mr-2= t('.source_profile') %span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername'] %a{ href: comment['attributedTo'] }= profile['preferredUsername']
- if comment['inReplyTo']
.row .row
.col.p-0 .col.p-0
- if comment['inReplyTo']
%p %p
%span.mr-3= t('.reply_to') %span.mr-3= t('.reply_to')
%span %span