From 05db88f345441c50883180d8121f38d4c4414eba 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 52cf3b88..1582041c 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 {