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

fix: condicional en En Respuesta A en _comment.haml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-02-14 15:10:18 -03:00
parent 8dfa3860a5
commit 1deb4053a7

View file

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