X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/66f3127579214eff7a5f82c2622c881310b06661..fcf8ac94b59711b8c1cd0b043a70d52dd71f0029:/src/templates/searchpage.hbs diff --git a/src/templates/searchpage.hbs b/src/templates/searchpage.hbs index 479bdd4..8516f08 100644 --- a/src/templates/searchpage.hbs +++ b/src/templates/searchpage.hbs @@ -1,79 +1,79 @@ {{#*inline "partial_one_result"}} -
- {{#if aResult.icon}} - {{!-- --}} - {{formatMapIcon aResult.icon}} - {{/if}} +
+ {{#if aResult.icon}} + {{!-- --}} + {{formatMapIcon aResult.icon}} + {{/if}} - {{aResult.display_name}} - {{formatLabel aResult}} -

{{aResult.lat}},{{aResult.lon}}

+ {{aResult.display_name}} + ({{formatLabel aResult}}) +

{{aResult.lat}},{{aResult.lon}}

- details -
+ details +
{{/inline}}