From bf09101a249e2542e33883a14a63f651026dee3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 25 Sep 2026 16:22:54 +0200 Subject: [PATCH] Move operator info to the bottom of its section --- app/components/place-details.gjs | 78 ++++++++++++++++---------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/app/components/place-details.gjs b/app/components/place-details.gjs index 3d46e0f..71e8adf 100644 --- a/app/components/place-details.gjs +++ b/app/components/place-details.gjs @@ -554,45 +554,6 @@ export default class PlaceDetails extends Component {

{{/if}} - {{#if this.showOperator}} -

- - - {{this.operatorNames}} - {{#if this.operatorWebsite}} -
- - {{this.operatorWebsiteLabel}} - - {{/if}} - {{#if this.operatorWikidata}} -
- - Wikidata - - {{/if}} - {{#if this.operatorWikipedia}} -
- - Wikipedia - - {{/if}} -
-

- {{/if}} - {{#if this.phone}}

@@ -674,6 +635,45 @@ export default class PlaceDetails extends Component {

{{/if}} + {{#if this.showOperator}} +

+ + + {{this.operatorNames}} + {{#if this.operatorWebsite}} +
+ + {{this.operatorWebsiteLabel}} + + {{/if}} + {{#if this.operatorWikidata}} +
+ + Wikidata + + {{/if}} + {{#if this.operatorWikipedia}} +
+ + Wikipedia + + {{/if}} +
+

+ {{/if}} +