Skip to content
Merged
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
18 changes: 10 additions & 8 deletions app/views/current/product-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@

{# Product Header #}
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
AquaSeal Foam Dressing System

HealVac NPWT System

</h1>

<p class="nhsuk-body-l nhsuk-u-secondary-text-color nhsuk-u-margin-bottom-3">
WoundCare Solutions Ltd
Advanced Woundcare Therapeutics Ltd
</p>

<div class="nhsuk-u-margin-bottom-5">
Expand All @@ -54,8 +56,8 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
items: [
{
href: "#trials",
text: "Trust trials",
current: true
text: "Trust trials"

},
{
href: "#costs",
Expand All @@ -67,7 +69,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-2">
}
,
{
href: "#specs",
href: "#tech-spec",
text: "Technical specifications"
}
,
Expand All @@ -91,7 +93,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-s">
Company
</dt>
<dd class="nhsuk-summary-list__value">
WoundCare Solutions Ltd
Advanced Woundcare Therapeutics Ltd
</dd>
</div>

Expand Down Expand Up @@ -129,7 +131,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-s">
{# Cost Analysis Accordion #}


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

{% call details({
summaryText: "Cost breakdown",
Expand Down Expand Up @@ -169,7 +171,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-s">
</div>

{# Technical Specifications Accordion #}
<div class="nhsuk-u-margin-top-2">
<div class="nhsuk-u-margin-top-2" id="tech-spec">
{% call details({
summaryText: "Technical specifications",
classes: "nhsuk-expander"
Expand Down