X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/047b306f7b94f9faef31fa9da61f5e99e6c3e7ae..1df5c38175a3d15f8e595f49506b4dfb46e73d29:/src/templates/searchpage.hbs?ds=inline diff --git a/src/templates/searchpage.hbs b/src/templates/searchpage.hbs index 65e8bad..a4c220d 100644 --- a/src/templates/searchpage.hbs +++ b/src/templates/searchpage.hbs @@ -1,79 +1,93 @@ {{#*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}}