5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:54:16 +00:00

fix: quitada sanitizacion en comentarios y remote_profile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-02-15 15:14:11 -03:00
parent 2de7568676
commit d0e1d87c98
2 changed files with 2 additions and 2 deletions

View file

@ -20,4 +20,4 @@
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row
.col.p-0
%p= sanitize comment['content']
%p= comment['content']

View file

@ -12,7 +12,7 @@
%dd= remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
%dt= t('.profile_summary')
%dd= sanitize remote_profile['summary']
%dd= remote_profile['summary']
= render 'moderation_queue/comments', moderation_queue: @moderation_queue