From c65445b94e9e66d0d1bf64ba4a5831cfafdba650 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Sun, 10 May 2026 13:49:10 -0400 Subject: [PATCH] Move Job Templates from sidebar nav to Jobs page header button Templates button sits alongside Board and Blank Work Order in the Jobs index action bar. Nav item and the now-redundant "& Templates" section title are removed, trimming one more item from the sidebar. Co-Authored-By: Claude Sonnet 4.6 --- src/PowderCoating.Web/Views/Jobs/Index.cshtml | 3 +++ src/PowderCoating.Web/Views/Shared/_Layout.cshtml | 9 +-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/PowderCoating.Web/Views/Jobs/Index.cshtml b/src/PowderCoating.Web/Views/Jobs/Index.cshtml index 6561004..60e8933 100644 --- a/src/PowderCoating.Web/Views/Jobs/Index.cshtml +++ b/src/PowderCoating.Web/Views/Jobs/Index.cshtml @@ -108,6 +108,9 @@ Board + + Templates + Blank Work Order diff --git a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml index 58d4656..ee6c037 100644 --- a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml +++ b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml @@ -1284,7 +1284,7 @@ @* ── Reports & Templates ──────────────────────────────────── *@ @if (hasReports || hasJobs) { - + @if (hasReports) { @@ -1292,13 +1292,6 @@ Reports } - @if (hasJobs) - { - - - Job Templates - - } } } @* end !isPlatformAdmin company sections *@