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
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
// Service name
serviceName: 'Search and evaluate medtech',
serviceName: 'Search and evaluate medical technologies',

// Port to run nodemon on locally
port: 2000,
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/business-case-shared.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Business case shared" %}
{% set serviceHeader = "Medical product evaluations" %}


{% block content %}
<div class="nhsuk-grid-row">
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/categories.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-search.html' %}

{% set pageName = "Browse all categories" %}
{% set serviceHeader = "NHS medtech procurement" %}


{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
1 change: 0 additions & 1 deletion app/views/current/category-wound-care.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

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

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/check-submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- add custom CSS and JavaScript
-->
{% set pageName = "Search and evaluate medtech - " %}
{% set serviceHeader = "Search and evaluate medtech" %}


{% block beforeContent %}
{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/cookies.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 = "Cookies - " %}


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

{% set pageName = "Dashboard - Welcome back" %}
{% set serviceHeader = "Medical product evaluations" %}

<!--
In /app/views/layout.html you can:
- change the header and footer
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/evaluation-choice.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Share with the network" %}
{% set serviceHeader = "Search medical product evaluations" %}


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

{% set pageName = "Evaluation Report: SmartPump 300 - Compass" %}
{% set serviceHeader = "Compass" %}


{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
1 change: 0 additions & 1 deletion app/views/current/evaluation-review.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends 'layout.html' %}

{% set pageName = "Share your evaluation" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

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

{% set pageName = "Evaluation shared" %}
{% set serviceHeader = "Medical product evaluations" %}


{% block content %}
<div class="nhsuk-grid-row">
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/homepage-v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- add custom CSS and JavaScript
-->
{% set pageName = "Value-Based Procurement for Medical Technologies" %}
{% set serviceHeader = "Homepage" %}


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

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


{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
1 change: 0 additions & 1 deletion app/views/current/product-page-wound-care.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "AquaSeal Foam Dressing System - Compass" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
1 change: 0 additions & 1 deletion app/views/current/product-page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}


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

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

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

{% set pageName = "Upload your documents" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

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

{% set pageName = "Compass - Quick share evaluation" %}
{% set serviceHeader = "Compass" %}
{% set pageName = "Quick share evaluation" %}


{% block beforeContent %}
{{ breadcrumb({
Expand Down
1 change: 0 additions & 1 deletion app/views/current/quick-share-upload.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

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

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

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

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

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

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/search-results-table.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 medical technologies" %}


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

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

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

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

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

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

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

{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "NHS medtech procurement" %}
{% set serviceDescription = "Search and evaluate medical technologies" %}

{% block beforeContent %}
{% endblock %}
Expand Down
3 changes: 1 addition & 2 deletions app/views/current/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
{% extends prototypeVersion + '/layouts/layout-search-sticky.html' %}

{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "NHS medtech procurement" %}
{% set serviceDescription = "Search and evaluate medical technologies" %}


{% block beforeContent %}
{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/share-evaluation.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 = "Share an evaluation" %}
{

{% block beforeContent %}
{% endblock %}
Expand Down
1 change: 0 additions & 1 deletion app/views/current/sign-in-nhs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}

{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}
{% block pageTitle %}
Sign in - {{ serviceName }}
{% endblock %}
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,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}

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




Expand Down
4 changes: 2 additions & 2 deletions app/views/current/sign-up-trusts-2.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}
{% set pageName = "Confirm your trust - Compass" %}
{% set serviceHeader = "" %}
{% set pageName = "Confirm your trust" %}


{% block content %}
<div class="nhsuk-grid-row">
Expand Down
1 change: 0 additions & 1 deletion app/views/current/sign-up-trusts-3.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}
{% set pageName = "Your details - Compass" %}
{% set serviceHeader = "" %}


{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/sign-up-trusts-4.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}
{% set pageName = "Check your email - Compass" %}
{% set serviceHeader = "" %}



{% block content %}
Expand Down
4 changes: 2 additions & 2 deletions app/views/current/supplier-info.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 = "Supplier information" %}


{% block beforeContent %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/supplier-registration.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout.html" %}

{% block pageTitle %}
Register Your Company - Supplier Portal - Compass
Register Your Company - Supplier Portal
{% endblock %}


Expand Down
4 changes: 2 additions & 2 deletions app/views/current/template.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 = "Page Title" %}


{% block beforeContent %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/terms.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout-signed-out.html' %}

{% set pageName = "Terms and conditions" %}
{% set serviceHeader = "" %}


{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
1 change: 0 additions & 1 deletion app/views/current/upload-business-case.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

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

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

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