Fix webemrnions admin index

This commit is contained in:
2024-02-11 17:41:54 +11:00
parent 6924ccd271
commit dd0ba73ca4

View File

@@ -21,7 +21,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:
td
= webmention.author_name
td
= "#{webmention.last_checked_at.strftime("%c")} (#{webmention.retrieval_attempts})"
= "#{webmention.last_checked_at&.strftime("%c")} (#{webmention.retrieval_attempts})"
td
div class="w-full"
/ span class="px-2"