]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/reverse.html
/reverse.html should be reverse.html to app works in subdirectory
[nominatim-ui.git] / dist / reverse.html
index 16ebbc2415f9561f52f82ba771669aaf214a5aa5..55023c0b4e6415cbd8a59931274beae497440273 100644 (file)
     </li>
     <div class="search-type-link">
       <a href="details.html" class="mr-2">search by id</a>
-      <a id="switch-to-reverse" href="/reverse.html">reverse search</a>
+      <a id="switch-to-reverse" href="reverse.html">reverse search</a>
     </div>
   </ul>
   <div class="tab-content p-2">
             {{/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}}
+            <tr>
+              <td>
+                <a class="btn btn-outline-secondary btn-sm"
+                  href="{{base_url}}&keywords=1">display keywords</a>
+              </td>
+            </tr>
           {{/if}}
 
           {{> partial_h2 'Parent Of'}}