From 1cc705bfbd39aec1f2cbcb0b8c5089c0d74bd8d9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 28 Aug 2026 20:57:52 +0100 Subject: [PATCH] fixes the 404 on the Details button --- src/Yavsc.Org/Views/Blogspot/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Yavsc.Org/Views/Blogspot/Index.cshtml b/src/Yavsc.Org/Views/Blogspot/Index.cshtml index 52cf3b88a..1582041cf 100644 --- a/src/Yavsc.Org/Views/Blogspot/Index.cshtml +++ b/src/Yavsc.Org/Views/Blogspot/Index.cshtml @@ -70,7 +70,7 @@
@if ((await AuthorizationService.AuthorizeAsync(User, post, new ReadPermission())).Succeeded) { - Details + Details } else {