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:
commit
9e1bda5570
2 changed files with 2 additions and 5 deletions
|
@ -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']
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue