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 *@