]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/details.html
details page: addressline.isaddress is a boolean, not t/f string
[nominatim-ui.git] / dist / details.html
index 711e35e14e75947e10bf94320dc3eae31f67fb5e..0267b5f5d0a03929d3ca280943787fe8ccd0b8c4 100644 (file)
 <script id="detailspage-template" type="text/x-handlebars-template">
 
 {{#*inline "partial_details_one_row"}}
 <script id="detailspage-template" type="text/x-handlebars-template">
 
 {{#*inline "partial_details_one_row"}}
-  <tr class="{{isaddresses_unused this}}">
+  <tr class="{{#unless this.isaddress}}notused{{/unless}}">
     <td class="name">
       {{#if this.localname}}
         {{this.localname}}
     <td class="name">
       {{#if this.localname}}
         {{this.localname}}