mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 02:36:23 +00:00
fix: corregido parrafo en Presentación de componente Remote_profile
This commit is contained in:
parent
ae0ca386c3
commit
5a30da4232
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
%dd
|
||||
= render 'layouts/time', time: remote_profile['published']
|
||||
%dt= t('.profile_summary')
|
||||
%dd= remote_profile['summary'].html_safe
|
||||
%dd
|
||||
%p= remote_profile['summary'].html_safe
|
||||
|
||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||
|
||||
|
|
Loading…
Reference in a new issue