mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:36:22 +00:00
fix: corregido summary en compo details
This commit is contained in:
parent
e239bd8b85
commit
d4fa056db4
2 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,5 @@
|
||||||
|
|
||||||
%details.details.py-2
|
%details.details.py-2
|
||||||
%summary
|
%summary
|
||||||
.row
|
%h3.py-2.pr-2= summary
|
||||||
.col-11.pr-2
|
|
||||||
%h3.py-2= summary
|
|
||||||
= yield
|
= yield
|
||||||
|
|
|
@ -16,8 +16,7 @@
|
||||||
%dd
|
%dd
|
||||||
= render 'layouts/time', time: remote_profile['published']
|
= render 'layouts/time', time: remote_profile['published']
|
||||||
%dt= t('.profile_summary')
|
%dt= t('.profile_summary')
|
||||||
%dd
|
%dd= remote_profile['summary'].html_safe
|
||||||
%p= remote_profile['summary'].html_safe
|
|
||||||
|
|
||||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue