X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/1f80258deb791946182b186b4c90b3aaec2f0d1d..e322758be287af4362499df4c8b6703eb0bcda18:/dist/deletable.html?ds=sidebyside diff --git a/dist/deletable.html b/dist/deletable.html index 16ebbc2..d110cb3 100644 --- a/dist/deletable.html +++ b/dist/deletable.html @@ -530,16 +530,24 @@ {{/each}} {{/if}} + {{> partial_h2 'Keywords'}} {{#if aPlace.keywords}} - {{> partial_h2 'Name Keywords'}} + {{> partial_h3 'Name Keywords'}} {{#each aPlace.keywords.name}} {{> partial_details_keyword_one_row}} {{/each}} - {{> partial_h2 'Address Keywords'}} + {{> partial_h3 'Address Keywords'}} {{#each aPlace.keywords.address}} {{> partial_details_keyword_one_row}} {{/each}} + {{else}} + + + display keywords + + {{/if}} {{> partial_h2 'Parent Of'}}