diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index a758bb6..3d5e188 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -67,7 +67,11 @@
Agency: @Model.posting.Agency
Union: @Model.posting.BargainingUnit
Contact Name: @Model.posting.ContactName
+ @if (!string.IsNullOrEmpty(Model.posting.BoxNumber)) {Contact Email: @Model.posting.ContactEmailAddress
+ } else { +Contact Email: @Model.posting.ContactEmailAddress
+ }