Skip to content

Commit 4a6d933

Browse files
committed
Fixes-TD-3959
1 parent 4aea339 commit 4a6d933

File tree

7 files changed

+28
-27
lines changed

7 files changed

+28
-27
lines changed

LearningHub.Nhs.WebUI/Views/Home/Accessibility.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<a href="~/documents/Learning Hub accessibility statement v2.0 July 2023.pdf" target="_blank">Download as PDF</a>
6767
</section>
6868
</article>
69+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 3, 17), NextReviewDate = new DateTime(2026, 8, 16) })
6970
</div>
7071
</div>
7172
</div>
Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
@{
22
ViewData["Title"] = "NHS sites";
33
}
4-
@section styles{
4+
@section styles {
55
<link rel="stylesheet" type="text/css" href="~/css/nhsuk/pages/staticpages.css" asp-append-version="true" />
66
}
77
<div class="nhsuk-width-container app-width-container">
8-
<div class="nhsuk-main-wrapper ">
8+
<div class="nhsuk-main-wrapper ">
99

10-
<div class="nhsuk-grid-row">
11-
<div class="nhsuk-grid-column-full ">
12-
<h1>
13-
@ViewData["Title"]
14-
</h1>
15-
</div>
16-
</div>
10+
<div class="nhsuk-grid-row">
11+
<div class="nhsuk-grid-column-full ">
12+
<h1>
13+
@ViewData["Title"]
14+
</h1>
15+
</div>
16+
</div>
1717

1818

19-
<div class="nhsuk-grid-row">
20-
<div class="nhsuk-grid-column-full">
21-
<section>
22-
<p><a href="https://www.hee.nhs.uk" target="_blank">Health Education England</a></p>
23-
<p><a href="https://www.nhsinform.scot" target="_blank">NHS Scotland</a></p>
24-
<p><a href="http://online.hscni.net" target="_blank">NHS Northern Ireland</a></p>
25-
<p><a href="https://111.wales.nhs.uk" target="_blank">NHS 111 Wales</a></p>
26-
<p><a href="https://www.gov.uk/government/organisations/department-of-health-and-social-care" target="_blank">Department of Health and Social Care</a></p>
27-
<p><a href="https://www.england.nhs.uk" target="_blank">NHS England and NHS Improvement</a></p>
28-
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = DateTimeOffset.Now, NextReviewDate = DateTimeOffset.Now.AddYears(3) })
29-
</section>
30-
</div>
19+
<div class="nhsuk-grid-row">
20+
<div class="nhsuk-grid-column-full">
21+
<section>
22+
<p><a href="https://www.nhsinform.scot" target="_blank">NHS Scotland</a></p>
23+
<p><a href="http://online.hscni.net" target="_blank">NHS Northern Ireland</a></p>
24+
<p><a href="https://111.wales.nhs.uk" target="_blank">NHS 111 Wales</a></p>
25+
<p><a href="https://www.gov.uk/government/organisations/department-of-health-and-social-care" target="_blank">Department of Health and Social Care</a></p>
26+
<p><a href="https://www.england.nhs.uk" target="_blank">NHS England</a></p>
27+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = DateTimeOffset.Now, NextReviewDate = DateTimeOffset.Now.AddYears(3) })
28+
</section>
29+
</div>
30+
</div>
3131
</div>
32-
</div>
3332
</div>

LearningHub.Nhs.WebUI/Views/Policies/AcceptableUsePolicy.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
</ol>
219219
</section>
220220
</article>
221-
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 6, 01) })
221+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 8, 16) })
222222
</div>
223223

224224
</div>

LearningHub.Nhs.WebUI/Views/Policies/ContentPolicy.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
We ask that where practicable, all content should aim to meet accessibility standards as described in our Accessibility Statement and as set out in the AA standard Web Content Accessibility Guidelines v2.0.
126126
</p>
127127
</section>
128-
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2023, 5, 26) })
128+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2026, 8, 16) })
129129
</article>
130130
</div>
131131
</div>

LearningHub.Nhs.WebUI/Views/Policies/CookiePolicy.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
<section>
318318
<div>
319319
@await Html.PartialAsync("_CookiePolicyConfirmation", new CookieConsentViewModel {UserConsent = cookieBannerCookieValue, Layout = Layout})
320-
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2023, 5, 26) })
320+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2020, 5, 26), NextReviewDate = new DateTime(2026, 8, 16) })
321321
</div>
322322
</section>
323323
</article>

LearningHub.Nhs.WebUI/Views/Policies/PrivacyPolicy.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
</p>
209209
</section>
210210
</article>
211-
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 6, 01) })
211+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = new DateTime(2023, 6, 01), NextReviewDate = new DateTime(2026, 8, 16) })
212212
</div>
213213

214214
</div>

LearningHub.Nhs.WebUI/Views/Policies/TermsConditions.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@model LearningHub.Nhs.WebUI.Models.Policies.TermsAndConditionsViewModel
22
@{
33
ViewData["Title"] = "Terms and Conditions";
4+
var nextDate = new DateTime(2026, 8, 16);
45
}
56
@section styles{
67
<link rel="stylesheet" type="text/css" href="~/css/nhsuk/pages/Policies.css" asp-append-version="true" />
@@ -14,7 +15,7 @@
1415
<section>
1516
<div id="terms-and-conditions-content">
1617
@Html.Raw(Model.TermsAndConditions)
17-
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = Model.CreatedDate, NextReviewDate = Model.CreatedDate.AddYears(3) })
18+
@await Html.PartialAsync("~/Views/Shared/_PageReviewPartial.cshtml", new PageReviewModel { LastReviewedDate = Model.CreatedDate, NextReviewDate = nextDate })
1819
</div>
1920
</section>
2021
</article>

0 commit comments

Comments
 (0)