diff --git a/app/views/components/_actor.haml b/app/views/components/_actor.haml index f5d6efae..68aa3f90 100644 --- a/app/views/components/_actor.haml +++ b/app/views/components/_actor.haml @@ -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'] diff --git a/app/views/layouts/_details.haml b/app/views/layouts/_details.haml index ce38bddd..3260bfcb 100644 --- a/app/views/layouts/_details.haml +++ b/app/views/layouts/_details.haml @@ -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