From 0b6b305d81fea7c5bdd637efb22a0016b88edcf5 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Fri, 26 Jan 2024 11:47:04 +1100 Subject: [PATCH] Add mention type to index --- 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 b515778..9d03634 100644 --- a/slices/admin/templates/webmentions/index.html.slim +++ b/slices/admin/templates/webmentions/index.html.slim @@ -4,6 +4,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark: table tr td ID + td Type td Author td Content td @@ -14,6 +15,8 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark: tr td = webmention.id + td + = webmention.type td = webmention.author_name td