diff --git a/src/PowderCoating.Web/Views/Jobs/Details.cshtml b/src/PowderCoating.Web/Views/Jobs/Details.cshtml index 195a4e0..9ddbb86 100644 --- a/src/PowderCoating.Web/Views/Jobs/Details.cshtml +++ b/src/PowderCoating.Web/Views/Jobs/Details.cshtml @@ -321,7 +321,7 @@
- @* ── Catalog Products ── *@ + @* -- Catalog Products -- *@ @if (catalogItems.Any()) {
Catalog Products
@@ -414,7 +414,7 @@
} - @* ── Custom Work ── *@ + @* -- Custom Work -- *@ @if (customItems.Any()) {
Custom Work
@@ -565,7 +565,7 @@ } - @* ── Labor ── *@ + @* -- Labor -- *@ @if (laborItems.Any()) {
Labor
@@ -616,7 +616,7 @@ } - @* ── Mobile cards ── *@ + @* -- Mobile cards -- *@
@foreach (var item in Model.Items) { @@ -1310,7 +1310,7 @@ - @(Model.IntakeDate.HasValue ? "Intake ✓" : "Intake") + @Html.Raw(Model.IntakeDate.HasValue ? "Intake ✓" : "Intake") } @{ @@ -2332,7 +2332,7 @@ - + - + - +