From 9eac1c98a8615b138bd83190b44b888a28e9c485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=81=E5=8B=9D=20=E5=BC=B5?= Date: Tue, 6 Feb 2024 13:43:11 +0800 Subject: [PATCH] T-1 --- Parking_spaces/Views/Manager/Single_violation_detail.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parking_spaces/Views/Manager/Single_violation_detail.cshtml b/Parking_spaces/Views/Manager/Single_violation_detail.cshtml index ddffa8b..feb9eb3 100644 --- a/Parking_spaces/Views/Manager/Single_violation_detail.cshtml +++ b/Parking_spaces/Views/Manager/Single_violation_detail.cshtml @@ -1,7 +1,7 @@  @{ ViewData["Title"] = "Single_violation_detail"; - Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; + Layout = "~/Views/Shared/_Layout_Manager.cshtml"; var parking_spaces_name = ViewBag.parking_spaces_name; }