]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/detailspage.hbs
Merge pull request #10 from mtmail/skip-empty-values
[nominatim-ui.git] / dist / detailspage.hbs
index e93e875fa0217fa00c789ef0954c57e8174a9ab7..1b394324b91ddc82b7483ee3b4549f2d692966ed 100644 (file)
@@ -1,6 +1,6 @@
 
 {{#*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}}
   <div class="row">
     <div class="col-md-12">
       <h2>Address</h2>
-       <table id="address" class="table table-striped table-responsive">
+       <table id="address" class="table table-striped table-small">
         <thead>
           <tr>
             <th>Local name</th>
           {{else}}
             <tr>
               <td>
-                <a class="btn btn-default btn-xs"
+                <a class="btn btn-outline-secondary btn-sm"
                   href="{{base_url}}&hierarchy=1">display child places</a>
               </td>
             </tr>