]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/templates/deletable.hbs
detailsURL helper which replaces detailsLink and detailsPermaLink
[nominatim-ui.git] / src / templates / deletable.hbs
index 35ab9e0e446faffc0161fcb0c7b63c76157b1dfd..e193d3030d715ac7ff5c00514db35aaa688898fb 100644 (file)
@@ -20,7 +20,7 @@
         <tbody>
           {{#each aPolygons}}
           <tr>
-            <td>{{detailsLink this place_id}}</td>
+            <td><a href="{{detailsURL this}}">{{this.place_id}}</a></td>
             <td>{{country_code}}</td>
             <td>{{name}}</td>
             <td>{{osmLink this}}</td>