From dfd2e2d10865105329266763aa6eaadd3dfcad6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 26 Jan 2023 07:40:50 +0100 Subject: [PATCH] Add horizontal lines to map marker popup --- webapp/pages/map.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 8d60fdf46..74c982ed6 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -221,25 +221,25 @@ export default { (e.features[0].properties.type === 'group' ? '/group' : '/profile') + `/${e.features[0].properties.id}/${e.features[0].properties.slug}` let description = ` -
` - description += ` +
${markerTypeLabel}: ${e.features[0].properties.name}
` description += e.features[0].properties.about && e.features[0].properties.about.length > 0 ? ` +
${markerAboutLabel}: ${e.features[0].properties.about}
` : '' description += ` +
${markerProfileLinkLabel}:
${markerProfileLinkTitle} -
` - description += ` +
`