From 70c692e1cb134906734026783be1087e468443a1 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 16 Nov 2024 22:48:11 +0100 Subject: [PATCH] [backend/razor] Add error code to ErrorPage title --- Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml b/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml index 8113c44b..67601270 100644 --- a/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml +++ b/Iceshrimp.Backend/Pages/Shared/ErrorPage.cshtml @@ -14,7 +14,7 @@ - @("Error - Iceshrimp.NET") + @($"Error {Model.Error.StatusCode} - Iceshrimp.NET") @* ReSharper disable once Html.PathError *@