]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/detailspage.hbs
Merge pull request #15 from mtmail/master
[nominatim-ui.git] / dist / detailspage.hbs
index 929cf718bed813bc6b1fcf79c6ea2f544ad3b1b4..48ecde95c3aabf3d3609bc0748809a4e363e3360 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}}
@@ -8,7 +8,7 @@
         <span class="noname">No Name</span>
       {{/if}}
     </td>
-    <td>{{this.class}}:{{this.type}}</td>
+    <td>{{formatPlaceType this}}</td>
     <td>{{osmLink this}}</td>
     <td>{{this.rank_address}}</td>
     <td>{{formatAdminLevel this.admin_level}}</td>
@@ -44,7 +44,7 @@
       </h1>
     </div>
     <div class="col-sm-2 text-right">
-      {{formatMapIcon aPlace.icon}}
+      {{formatMapIcon aPlace}}
     </div>
   </div>
   <div class="row">
   <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>