mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:36:21 +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
|
||||
%summary
|
||||
.row
|
||||
.col-11.pr-2
|
||||
%h3.py-2= summary
|
||||
%h3.py-2.pr-2= summary
|
||||
= yield
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
%dd
|
||||
= render 'layouts/time', time: remote_profile['published']
|
||||
%dt= t('.profile_summary')
|
||||
%dd
|
||||
%p= remote_profile['summary'].html_safe
|
||||
%dd= remote_profile['summary'].html_safe
|
||||
|
||||
= render 'moderation_queue/comments', moderation_queue: @moderation_queue
|
||||
|
||||
|
|
Loading…
Reference in a new issue