Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions app/views/current/product-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">

{{ contentsList({
items: [
{
href: "#supplier",
text: "Supplier information"

},
{
href: "#costs",
text: "Cost breakdown"
Expand All @@ -65,7 +70,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
},
{
href: "#experience",
text: "Trust experience overview"
text: "NHS trust experience"
}
,
{
Expand All @@ -86,10 +91,10 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
}) }}

{# Supplier Contact Card #}
<div class="nhsuk-card">
<div class="nhsuk-card" id="supplier">
<div class="nhsuk-card__content">
<h2 class="nhsuk-card__heading nhsuk-heading-s">
Supplier
Supplier information
</h2>

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



<div class="nhsuk-u-margin-top-4" id="documentation">
<div class="nhsuk-u-margin-top-4">

<h3 class="nhsuk-card__heading nhsuk-heading-s">
Related resources
Expand Down Expand Up @@ -371,7 +376,7 @@ <h3 class="nhsuk-heading-s nhsuk-u-margin-bottom-3">Willing to discuss</h3>
{# ============================================ #}
{# DETAILED INFO LIST #}
{# ============================================ #}
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-6" id="trial-list">
<div class="nhsuk-grid-row nhsuk-u-margin-bottom-6" id="information">
<div class="nhsuk-grid-column-two-thirds">

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

<hr class="nhsuk-u-margin-top-0 nhsuk-u-margin-bottom-5">
Expand Down
12 changes: 6 additions & 6 deletions app/views/current/product-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">
{% from "contents-list/macro.njk" import contentsList %}
{{ contentsList({
items: [
{
href: "#supplier",
text: "Supplier information"

},
{
href: "#tech-spec",
text: "Technical specifications"
Expand All @@ -62,11 +67,6 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">
text: "Information shared by NHS organisations"
}
,
{
href: "#documentation",
text: "Other documentation"
}
,
{
href: "#contact",
text: "Contact us"
Expand All @@ -78,7 +78,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">
}) }}

{# Supplier Information Card #}
<div class="nhsuk-card">
<div class="nhsuk-card" id="supplier">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
Supplier information
Expand Down