Now with a return to archive list button

This commit is contained in:
Scott Idem
2024-11-19 14:15:30 -05:00
parent b0ae649824
commit 89885f9571

View File

@@ -165,6 +165,15 @@ if (browser) {
<!-- <h1>Archives {$lq__archive_obj?.name} - {$lq__archive_content_obj_li?.length}</h1> -->
<a href="/idaa/archives" class="btn btn-sm
variant-ghost-tertiary
hover:variant-filled-tertiary
transition
">
<!-- <span class="fas fa-arrow-left m-1"></span> Back to Archives -->
<span class="fas fa-times m-1"></span> View Other Archives
</a>
<Archive_view
lq__archive_obj={lq__archive_obj}
lq__archive_content_obj_li={lq__archive_content_obj_li}