mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 22:06: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
|
%dd
|
||||||
= render 'layouts/time', time: sanitize(remote_profile['published'])
|
= render 'layouts/time', time: sanitize(remote_profile['published'])
|
||||||
%dt= t('.profile_summary')
|
%dt= t('.profile_summary')
|
||||||
%dd
|
%dd= sanitize remote_profile['summary']
|
||||||
= sanitize remote_profile['summary']
|
|
||||||
|
|
|
@ -7,7 +7,5 @@
|
||||||
|
|
||||||
%details.details.py-2{ id: local_assigns[:id], data: { controller: 'details', action: 'toggle->details#store' } }
|
%details.details.py-2{ id: local_assigns[:id], data: { controller: 'details', action: 'toggle->details#store' } }
|
||||||
%summary
|
%summary
|
||||||
.row
|
%h3.py-2.pr-2= summary
|
||||||
.col-11.pr-2
|
|
||||||
%h3.py-2= summary
|
|
||||||
= yield
|
= yield
|
||||||
|
|
Loading…
Reference in a new issue