mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 16:43:39 +00:00
fix: quitada sanitizacion en comentarios y remote_profile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
2de7568676
commit
d0e1d87c98
2 changed files with 2 additions and 2 deletions
|
@ -20,4 +20,4 @@
|
||||||
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
||||||
.row
|
.row
|
||||||
.col.p-0
|
.col.p-0
|
||||||
%p= sanitize comment['content']
|
%p= comment['content']
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
%dd= remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
|
%dd= remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
|
||||||
|
|
||||||
%dt= t('.profile_summary')
|
%dt= t('.profile_summary')
|
||||||
%dd= sanitize remote_profile['summary']
|
%dd= remote_profile['summary']
|
||||||
|
|
||||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue