Add tags to allow list and add re-cache button
This commit is contained in:
@@ -18,6 +18,8 @@ div class="max-w-prose mx-auto"
|
||||
div
|
||||
- if bookmark.cached_content
|
||||
a href="/bookmark/#{bookmark.slug}" View cached version
|
||||
span —
|
||||
button hx-post="/admin/bookmarks/cache/#{bookmark.id}" Re-cache
|
||||
- else
|
||||
button hx-post="/admin/bookmarks/cache/#{bookmark.id}" No cached content, cache now?
|
||||
td
|
||||
|
Reference in New Issue
Block a user