From 081de8b98e91f749bb38e9dc340a0f47cc323f13 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 11 Feb 2024 10:51:11 +1100 Subject: [PATCH] Show webmention checks in admin --- slices/admin/templates/webmentions/index.html.slim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/slices/admin/templates/webmentions/index.html.slim b/slices/admin/templates/webmentions/index.html.slim index 9d03634..2b9b69d 100644 --- a/slices/admin/templates/webmentions/index.html.slim +++ b/slices/admin/templates/webmentions/index.html.slim @@ -6,6 +6,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark: td ID td Type td Author + td Checked at td Content td td @@ -19,6 +20,8 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark: = webmention.type td = webmention.author_name + td + = "#{webmention.last_checked_at.strftime("%c")} (#{webmention.retrieval_attempts})" td div class="w-full" / span class="px-2"