Skip to content

Commit b49da4b

Browse files
committed
Merge remote-tracking branch 'origin/master' into dave-branch3
2 parents a11832a + 3d0bee5 commit b49da4b

2 files changed

Lines changed: 17 additions & 12 deletions

File tree

app/views/current/product-detail.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
5454

5555
{{ contentsList({
5656
items: [
57+
{
58+
href: "#supplier",
59+
text: "Supplier information"
60+
61+
},
5762
{
5863
href: "#costs",
5964
text: "Cost breakdown"
@@ -65,7 +70,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
6570
},
6671
{
6772
href: "#experience",
68-
text: "Trust experience overview"
73+
text: "Trust experience at a glance"
6974
}
7075
,
7176
{
@@ -86,10 +91,10 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
8691
}) }}
8792

8893
{# Supplier Contact Card #}
89-
<div class="nhsuk-card">
94+
<div class="nhsuk-card" id="supplier">
9095
<div class="nhsuk-card__content">
9196
<h2 class="nhsuk-card__heading nhsuk-heading-s">
92-
Supplier
97+
Supplier information
9398
</h2>
9499

95100
<dl class="nhsuk-summary-list nhsuk-summary-list--no-border">
@@ -200,7 +205,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-s">
200205

201206

202207

203-
<div class="nhsuk-u-margin-top-4" id="documentation">
208+
<div class="nhsuk-u-margin-top-4">
204209

205210
<h3 class="nhsuk-card__heading nhsuk-heading-s">
206211
Related resources
@@ -371,7 +376,7 @@ <h3 class="nhsuk-heading-s nhsuk-u-margin-bottom-3">Willing to discuss</h3>
371376
{# ============================================ #}
372377
{# DETAILED INFO LIST #}
373378
{# ============================================ #}
374-
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-6" id="trial-list">
379+
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-6" id="information">
375380
<div class="nhsuk-grid-column-two-thirds">
376381

377382
<h2 class="nhsuk-heading-l">Information shared by NHS organisations</h2>
@@ -642,7 +647,7 @@ <h4 class="nhsuk-heading-s nhsuk-u-margin-bottom-2">Contact for peer discussion<
642647
{# ============================================ #}
643648
{# OTHER DOCUMENTATION #}
644649
{# ============================================ #}
645-
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-6" id="evidence">
650+
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-6" id="documentation">
646651
<div class="nhsuk-grid-column-two-thirds">
647652

648653
<hr class="nhsuk-u-margin-top-0 nhsuk-u-margin-bottom-5">

app/views/current/product-page.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">
4848
{% from "contents-list/macro.njk" import contentsList %}
4949
{{ contentsList({
5050
items: [
51+
{
52+
href: "#supplier",
53+
text: "Supplier information"
54+
55+
},
5156
{
5257
href: "#tech-spec",
5358
text: "Technical specifications"
@@ -62,11 +67,6 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">
6267
text: "Information shared by NHS organisations"
6368
}
6469
,
65-
{
66-
href: "#documentation",
67-
text: "Other documentation"
68-
}
69-
,
7070
{
7171
href: "#contact",
7272
text: "Contact us"
@@ -78,7 +78,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">
7878
}) }}
7979

8080
{# Supplier Information Card #}
81-
<div class="nhsuk-card">
81+
<div class="nhsuk-card" id="supplier">
8282
<div class="nhsuk-card__content">
8383
<h3 class="nhsuk-card__heading nhsuk-heading-s">
8484
Supplier information

0 commit comments

Comments
 (0)