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

Merge branch 'issue-14966' of 0xacab.org:sutty/sutty into issue-15109-1

This commit is contained in:
f 2024-03-01 16:57:41 -03:00
commit 9e1bda5570
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -17,5 +17,4 @@
%dd
= render 'layouts/time', time: sanitize(remote_profile['published'])
%dt= t('.profile_summary')
%dd
= sanitize remote_profile['summary']
%dd= sanitize remote_profile['summary']

View file

@ -7,7 +7,5 @@
%details.details.py-2{ id: local_assigns[:id], data: { controller: 'details', action: 'toggle->details#store' } }
%summary
.row
.col-11.pr-2
%h3.py-2= summary
%h3.py-2.pr-2= summary
= yield