5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 05:17:05 +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
%summary
.row
.col-11.pr-2
%h3.py-2= summary
%h3.py-2.pr-2= summary
= yield

View file

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