Skip to content

Commit 356180f

Browse files
authored
Merge pull request #69 from devansXD/daves-branch6
removing service name from everywhere
2 parents 4a779fa + 4b191a9 commit 356180f

38 files changed

+30
-48
lines changed

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
// Service name
5-
serviceName: 'Search and evaluate medtech',
5+
serviceName: 'Search and evaluate medical technologies',
66

77
// Port to run nodemon on locally
88
port: 2000,

app/views/current/business-case-shared.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
22

33
{% set pageName = "Business case shared" %}
4-
{% set serviceHeader = "Medical product evaluations" %}
4+
55

66
{% block content %}
77
<div class="nhsuk-grid-row">

app/views/current/categories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends prototypeVersion + '/layouts/layout-search.html' %}
22

33
{% set pageName = "Browse all categories" %}
4-
{% set serviceHeader = "NHS medtech procurement" %}
4+
55

66
{% block beforeContent %}
77
{% from "breadcrumb/macro.njk" import breadcrumb %}

app/views/current/category-wound-care.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
22

33
{% set pageName = "Search medical technologies" %}
4-
{% set serviceHeader = "Search and evaluate medical technologies" %}
54

65
{% block beforeContent %}
76
{% from "breadcrumb/macro.njk" import breadcrumb %}

app/views/current/check-submit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- add custom CSS and JavaScript
99
-->
1010
{% set pageName = "Search and evaluate medtech - " %}
11-
{% set serviceHeader = "Search and evaluate medtech" %}
11+
1212

1313
{% block beforeContent %}
1414
{% endblock %}

app/views/current/cookies.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
- change the header and footer
88
- add custom CSS and JavaScript
99
-->
10-
{% set pageName = "Compass - " %}
11-
{% set serviceHeader = "Compass" %}
10+
{% set pageName = "Cookies - " %}
11+
1212

1313
{% block beforeContent %}
1414
{% endblock %}

app/views/current/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
44

55
{% set pageName = "Dashboard - Welcome back" %}
6-
{% set serviceHeader = "Medical product evaluations" %}
6+
77
<!--
88
In /app/views/layout.html you can:
99
- change the header and footer

app/views/current/evaluation-choice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
22

33
{% set pageName = "Share with the network" %}
4-
{% set serviceHeader = "Search medical product evaluations" %}
4+
55

66
{% block beforeContent %}
77
{{ breadcrumb({

app/views/current/evaluation-report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'layout-signed-out.html' %}
22

33
{% set pageName = "Evaluation Report: SmartPump 300 - Compass" %}
4-
{% set serviceHeader = "Compass" %}
4+
55

66
{% block beforeContent %}
77
{% from "breadcrumb/macro.njk" import breadcrumb %}

app/views/current/evaluation-review.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{% extends 'layout.html' %}
22

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

65
{% block beforeContent %}
76
{{ breadcrumb({

0 commit comments

Comments
 (0)