5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 09:04:17 +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
%span.mr-2= t('.source_profile')
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
.row
.col.p-0
- if comment['inReplyTo']
- if comment['inReplyTo']
.row
.col.p-0
%p
%span.mr-3= t('.reply_to')
%span