mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 12:26:22 +00:00
fix: row va dentro del if para no quedar vacía si false
This commit is contained in:
parent
1deb4053a7
commit
243a998451
1 changed files with 4 additions and 3 deletions
|
@ -11,9 +11,10 @@
|
|||
%p
|
||||
%span.mr-2= t('.source_profile')
|
||||
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
||||
|
||||
- if comment['inReplyTo']
|
||||
.row
|
||||
.col.p-0
|
||||
- if comment['inReplyTo']
|
||||
%p
|
||||
%span.mr-3= t('.reply_to')
|
||||
%span
|
||||
|
|
Loading…
Reference in a new issue