From a45ce0285e60a8896e93bc4512bf596b8d2dde07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lashley?= Date: Thu, 21 Nov 2024 16:38:36 -0800 Subject: [PATCH] Latest changes to UAT/PROD (#968) * Hub-91 Connect Page includes Buy BC * HUB-158 and HUB-3 * HUB-158 and HUB-3 (#963) * Hub-91 Connect Page includes Buy BC * HUB-158 and HUB-3 * Update Jenkinsfile-develop-full * remove banner * Merge to clean up fork commits (#967) * Hub-91 Connect Page includes Buy BC * HUB-158 and HUB-3 * Add padding on Contacts page header * Update CommContacts.cshtml --------- Co-authored-by: AlessiaYChen Co-authored-by: AlessiaYChen <42006584+AlessiaYChen@users.noreply.github.com> --- .../Views/Default/CommContacts.cshtml | 91 +++++++++++-------- Jenkinsfile-develop-full | 1 - 2 files changed, 55 insertions(+), 37 deletions(-) diff --git a/Gov.News.WebApp/Views/Default/CommContacts.cshtml b/Gov.News.WebApp/Views/Default/CommContacts.cshtml index 6b6655f6..f9839239 100644 --- a/Gov.News.WebApp/Views/Default/CommContacts.cshtml +++ b/Gov.News.WebApp/Views/Default/CommContacts.cshtml @@ -4,14 +4,7 @@ @model BaseViewModel
-
-

Public inquiries for medical queries related to COVID-19: 8-1-1

-

Public inquiries for non-medical queries related to COVID-19: 1-888-COVID-19

-

Media inquiries related to COVID-19 (not for public queries): 250-952-1887

-
- - - +

24 hours Media Relations Contact Line

@@ -30,50 +23,76 @@

Primary Contact

Alternate Contact

- - @foreach (var categoryModel in Model.Ministries) - { - var ministry = categoryModel.Index as Ministry; - if (ministry.ContactUser != null) - { +
+
+ Media Relations +
Chinese Media
+
+
+ Catherine Chan +
+ Cell: 778-686-7925 +
+ Catherine.Chan@gov.bc.ca +
+
+
+ +
+ Haroon Ghaffar +
+ Cell: 604-312-6470 +
+ Haroon.Ghaffar@gov.bc.ca +
+
+ @foreach (var categoryModel in Model.Ministries) + { + var ministry = categoryModel.Index as Ministry; + if (ministry.ContactUser != null) + {
@ministry.Name - @if (!string.IsNullOrEmpty(ministry.DisplayAdditionalName)) - { + @if (!string.IsNullOrEmpty(ministry.DisplayAdditionalName)) + {
(@ministry.DisplayAdditionalName)
- } - @if (ministry.Name != "Intergovernmental Relations Secretariat") - { + } + @if (ministry.Name != "Intergovernmental Relations Secretariat") + {
@ministry.MinisterName
- } + }
- @if (ministry.SecondContactUser != null) - { + @if (ministry.SecondContactUser != null) + {
- } - @if (!string.IsNullOrEmpty(ministry.WeekendContactNumber)) - { + } + @if (!string.IsNullOrEmpty(ministry.WeekendContactNumber)) + {
-
- After hours: @ministry.WeekendContactNumber +
+ + After hours: @ministry.WeekendContactNumber +
- } + }
- } - if (ministry.Name == "Education and Child Care") - { + } + if (ministry.Name == "Education and Child Care") + {
- +
Esme Mills
@@ -81,7 +100,7 @@
Esme.Mills@gov.bc.ca
- +
Clay Suddaby
@@ -90,8 +109,8 @@ Clay.Suddaby@gov.bc.ca
- } - } + } + }
Office of the Premier @@ -104,6 +123,6 @@
- +
diff --git a/Jenkinsfile-develop-full b/Jenkinsfile-develop-full index 5806a34c..09253875 100644 --- a/Jenkinsfile-develop-full +++ b/Jenkinsfile-develop-full @@ -107,4 +107,3 @@ stage('Deploy on Test') { sh 'sleep 3m' } } -