Skip to content

Commit 873441c

Browse files
authored
Merge pull request #71 from devansXD/dash-delete
Dash issue
2 parents 49455df + 58528db commit 873441c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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: '',
5+
serviceName: 'Search and evaluate medical technologies',
66

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

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

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

3-
{% set pageName = "Search medical technologies" %}
3+
{% set pageName = "Category: Wound care" %}
44

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

app/views/current/dashboard.html

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

33
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
44

5-
{% set pageName = "Dashboard - Welcome back" %}
5+
{% set pageName = "Dashboard" %}
66

77
<!--
88
In /app/views/layout.html you can:

app/views/current/evaluation-shared.html

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

33
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
44

5-
{% set pageName = "Evaluation shared" %}
5+
{% set pageName = "Experience shared" %}
66

77

88
{% block content %}

app/views/current/homepage.html

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

3-
{% set pageName = "Search and evaluate medical technologies" %}
3+
{% set pageName = "Welcome" %}
44

55
{# Override hero content if needed #}
66

app/views/current/product-page-wound-care.html

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

3-
{% set pageName = "AquaSeal Foam Dressing System - Compass" %}
3+
{% set pageName = "AquaSeal Foam Dressing System" %}
44

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

app/views/current/search.html

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

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

6-
{% set pageName = "Search and evaluate medical technologies" %}
6+
{% set pageName = "Search and compare" %}
77

88

99
{% block beforeContent %}

app/views/current/sign-in-nhs.html

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

3-
{% set pageName = "Search and evaluate medical technologies" %}
3+
{% set pageName = "Sign in" %}
44
{% block pageTitle %}
55
Sign in - {{ serviceName }}
66
{% endblock %}

app/views/current/upload-document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- change the header and footer
88
- add custom CSS and JavaScript
99
-->
10-
{% set pageName = "Upload a document - " %}
10+
{% set pageName = "Upload a document" %}
1111

1212
{% block beforeContent %}
1313
{% endblock %}

0 commit comments

Comments
 (0)