From 1addc3039b369e9f4411c333af869f2f428b507f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 20 Jun 2026 20:07:13 +0100 Subject: [PATCH] nav: highlight active route in _LoginPartial dropdowns Apply PageHelpers.ActivePage to all 13 entries across the Plateforme, Administration, and account dropdown menus so users see which section they're in. The Logout entry matches Account/Logout specifically to avoid colliding with the Register/Signin entries on the same Account controller. --- .../Views/Shared/_LoginPartial.cshtml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/Yavsc.Org/Views/Shared/_LoginPartial.cshtml b/src/Yavsc.Org/Views/Shared/_LoginPartial.cshtml index 8c41860a..b11ff227 100644 --- a/src/Yavsc.Org/Views/Shared/_LoginPartial.cshtml +++ b/src/Yavsc.Org/Views/Shared/_LoginPartial.cshtml @@ -9,9 +9,9 @@ @if (User.IsInMsRole(YavscConstants.AdminGroupName)) { @@ -20,29 +20,29 @@ Administration } }