]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/components/LastUpdated.svelte
new /status.html page (#104)
[nominatim-ui.git] / src / components / LastUpdated.svelte
index 3f914cebffe9faa546097f8dbb643f5f50ebcb0d..a51b4b6a42e982b6e47235beea48305910b34e87 100644 (file)
@@ -1,4 +1,5 @@
 <script>
+  import PageLink from './PageLink.svelte';
   import * as timeago from 'timeago.js';
   import { last_api_request_url_store } from '../lib/stores.js';
   import { fetch_from_api } from '../lib/api_utils.js';
@@ -53,6 +54,7 @@
         Data last updated:
         <abbr id="data-date" title="{last_updated_date} (UTC timezone)">{timeago.format(new Date(last_updated_date))}</abbr>
       {/if}
+      (<PageLink page="status">Details</PageLink>)
     </div>
   </div>
 </div>