5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 22:36:22 +00:00

fix: agregado html_safe a summary en remote_profile

This commit is contained in:
jazzari 2024-02-22 15:50:57 -03:00
parent e62e26c87c
commit af1afe8f50

View file

@ -12,7 +12,7 @@
%dd= remote_profile['published'].to_datetime.strftime('%m/%d/%Y')
%dt= t('.profile_summary')
%dd= remote_profile['summary']
%dd= remote_profile['summary'].html_safe
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
@ -21,4 +21,4 @@
%dd= remote_profile['name']
-# Botones de Moderación
= render 'components/comments_btn_box'
= render 'components/profiles_btn_box'