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

fix: corregido summary en compo details

This commit is contained in:
jazzari 2024-02-27 16:08:11 -03:00
parent e239bd8b85
commit d4fa056db4
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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