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
6 changes: 3 additions & 3 deletions app/views/current/evaluation-choice.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="nhsuk-heading-l">What do you want to share today?</h1>
<h2 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="quick-share-upload-multiple">Product evaluation</a>
</h2>
<p class="nhsuk-card__description">A report or document from when your trust trialled, assessed or reviewed a medical product</p>
<p class="nhsuk-card__description">A report or document from when your trust trialled, assessed or reviewed a product</p>

</div>
</div>
Expand Down Expand Up @@ -68,7 +68,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-m">
<h2 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="upload-evaluation-criteria">Evaluation criteria</a>
</h2>
<p class="nhsuk-card__description">A set of standards or measures used to assess a medical product</p>
<p class="nhsuk-card__description">A set of standards or measures used to assess a product</p>

</div>
</div>
Expand All @@ -82,7 +82,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-m">
<h2 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="upload-case-study">Case study</a>
</h2>
<p class="nhsuk-card__description">A detailed account of how a medical product was implemented and its outcomes</p>
<p class="nhsuk-card__description">A detailed account of how a product was implemented and its outcomes</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/current/homepage.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends prototypeVersion + "/layouts/layout-hero-current.html" %}

{% set pageName = "Value-Based Procurement for Medical Technologies" %}
{% set pageName = "Search and evaluate medical technologies" %}

{# Override hero content if needed #}

Expand Down
8 changes: 4 additions & 4 deletions app/views/current/layouts/layout-hero-current.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
{{ header({
logo: {
href: "/",
ariaLabel: "Search medical product evaluations"
ariaLabel: "Search and evaluate medical technologies"
},
service: {
text: "Search medical product evaluations",
text: "Search and evaluate medical technologies",
href: "/"
},

Expand Down Expand Up @@ -53,9 +53,9 @@
<div class="nice-hero__text">

{% block heroHeading %}
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-4">Search and evaluate medical technology based on good clinical outcomes</h1>
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-4">Search and evaluate medical technologies based on good clinical outcomes</h1>

<p class="nhsuk-body-l">Used by <strong>24</strong> NHS trusts</strong></p>
<p class="nhsuk-body-l">Used by <strong>104</strong> NHS trusts</strong></p>
{% endblock %}

{% block heroActions %}
Expand Down
6 changes: 3 additions & 3 deletions app/views/current/layouts/layout-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
{{ header({
logo: {
href: "/",
ariaLabel: "Search medical product evaluations"
ariaLabel: "Search and evaluate medical technologies"
},
service: {
text: "Search medical product evaluations",
text: "Search and evaluate medical technologies",
href: "/"
},
account: {
Expand Down Expand Up @@ -63,7 +63,7 @@
<div class="nhsuk-grid-column-two-thirds">
<div class="nhsuk-hero__wrapper">
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">Search</h1>
<h3 class="nhsuk-heading-s">Search and compare medical technologies</h3>
<h3 class="nhsuk-heading-s">Search and evaluate medical technologies</h3>
<div class="nhsuk-form-group">
<form action="search-results" method="get" novalidate="">
<div class="nhsuk-form-group nhsuk-u-margin-bottom-0">
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/layouts/layout-signed-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
{{ header({
logo: {
href: "/",
ariaLabel: "Search medical product evaluations"
ariaLabel: "Search and evaluate medical technologies"
},
service: {
text: "Search medical product evaluations",
text: "Search and evaluate medical technologies",
href: "/"
},
account: {
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/layouts/layout-signed-out.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
{{ header({
logo: {
href: "/",
ariaLabel: "Search medical product evaluations"
ariaLabel: "Search and evaluate medical technologies"
},
service: {
text: "Search medical product evaluations",
text: "Search and evaluate medical technologies",
href: "/"
},

Expand Down
2 changes: 1 addition & 1 deletion app/views/current/product-page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}


{% set serviceHeader = "Search medical product evaluations" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% set pageName = "SmartPump 300 Infusion System - Compass" %}

Expand Down
4 changes: 2 additions & 2 deletions app/views/current/quick-share-upload-multiple.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Search medical product evaluations" %}
{% set serviceHeader = "Search medical product evaluations" %}
{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{{ breadcrumb({
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/review-business-case.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Review your business case" %}
{% set serviceHeader = "Search medical product evaluations" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{{ breadcrumb({
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/search-results-viz-all.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Search medical technologies - Compass" %}
{% set serviceHeader = "Search medical technologies" %}
{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/search-results-viz-sub-cat.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Search medical technologies - Compass" %}
{% set serviceHeader = "Compass" %}
{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/search-results.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Search medical technologies - Compass" %}
{% set serviceHeader = "Compass" %}
{% set pageName = "Search results" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
6 changes: 3 additions & 3 deletions app/views/current/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

{% extends prototypeVersion + '/layouts/layout-search.html' %}

{% set pageName = "Find medical technologies" %}
{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "NHS medtech procurement" %}
{% set serviceDescription = "Value-Based Procurement for Medical Technologies" %}
{% set serviceDescription = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% endblock %}
Expand Down Expand Up @@ -289,7 +289,7 @@ <h3 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="#">Questions to ask other trusts</a>
</h3>
<p class="nhsuk-card__description">
Find out what questions procurement leads and clinical engineers use when speaking with peers about their experience.
Find out what questions procurement leads and clinical engineers ask their peers about their experience.
</p>
</div>
</div>
Expand Down
10 changes: 3 additions & 7 deletions app/views/current/sign-in-nhs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}

{% set pageName = "Search medical product evaluations" %}
{% set serviceHeader = "Search medical product evaluations" %}
{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}
{% block pageTitle %}
Sign in - {{ serviceName }}
{% endblock %}
Expand All @@ -26,14 +26,10 @@

<div class="nhsuk-grid-column-full">

<h1 class="nhsuk-heading-l">Sign in to Compass</h1>
<h1 class="nhsuk-heading-l">Sign in to use this service</h1>





<p>You're not signed in. You must sign in to access this service.</p>




Expand Down
2 changes: 1 addition & 1 deletion app/views/current/sign-up-trusts-1.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}

{% set pageName = "Register your NHS trust - Compass" %}
{% set pageName = "Register your NHS trust" %}
{% set serviceHeader = "" %}


Expand Down
2 changes: 1 addition & 1 deletion app/views/current/upload-business-case.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Upload a business case" %}
{% set serviceHeader = "Search medical product evaluations" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{{ breadcrumb({
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/upload-document.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- change the header and footer
- add custom CSS and JavaScript
-->
{% set pageName = "Compass - " %}
{% set serviceHeader = "Compass" %}
{% set pageName = "Upload a document - " %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% endblock %}
Expand Down