@@ -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 ">
0 commit comments