Skip to content

Commit 4a779fa

Browse files
authored
Merge pull request #68 from devansXD/jill-branch4
Compass tweaks
2 parents 3392241 + dee4c77 commit 4a779fa

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

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

3-
{% set pageName = "Search medical technologies - Compass" %}
4-
{% set serviceHeader = "Search and evaluate medtech" %}
3+
{% set pageName = "Search medical technologies" %}
4+
{% set serviceHeader = "Search and evaluate medical technologies" %}
55

66
{% block beforeContent %}
77
{% 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 = "Medical product evaluations" %}
5+
{% set pageName = "Dashboard - Welcome back" %}
66
{% set serviceHeader = "Medical product evaluations" %}
77
<!--
88
In /app/views/layout.html you can:

app/views/current/evaluation-review.html

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

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

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

app/views/current/product-page-wound-care.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 = "AquaSeal Foam Dressing System - Compass" %}
4-
{% set serviceHeader = "Search and evaluate medtech" %}
4+
{% set serviceHeader = "Search and evaluate medical technologies" %}
55

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

app/views/current/product-page.html

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

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

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

88
{% block beforeContent %}
99
{% from "breadcrumb/macro.njk" import breadcrumb %}

app/views/current/quick-share-upload-multiple.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 and evaluate medical technologies" %}
3+
{% set pageName = "Upload your documents" %}
44
{% set serviceHeader = "Search and evaluate medical technologies" %}
55

66
{% block beforeContent %}

0 commit comments

Comments
 (0)