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:
parent
e62e26c87c
commit
af1afe8f50
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue