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: '',
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/category-wound-care.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "Search medical technologies" %}
{% set pageName = "Category: Wound care" %}

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
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 @@ -2,7 +2,7 @@

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

{% set pageName = "Dashboard - Welcome back" %}
{% set pageName = "Dashboard" %}

<!--
In /app/views/layout.html you can:
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 @@ -2,7 +2,7 @@

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

{% set pageName = "Evaluation shared" %}
{% set pageName = "Experience shared" %}


{% block content %}
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 = "Search and evaluate medical technologies" %}
{% set pageName = "Welcome" %}

{# Override hero content if needed #}

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

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

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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


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

{% set pageName = "Search and evaluate medical technologies" %}
{% set pageName = "Sign in" %}
{% block pageTitle %}
Sign in - {{ serviceName }}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/upload-document.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- change the header and footer
- add custom CSS and JavaScript
-->
{% set pageName = "Upload a document - " %}
{% set pageName = "Upload a document" %}

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