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
4 changes: 2 additions & 2 deletions app/views/current/category-wound-care.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 = "Search and evaluate medtech" %}
{% 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/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 = "Medical product evaluations" %}
{% set pageName = "Dashboard - Welcome back" %}
{% set serviceHeader = "Medical product evaluations" %}
<!--
In /app/views/layout.html you can:
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/evaluation-review.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}

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

{% block beforeContent %}
{{ breadcrumb({
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,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}

{% set pageName = "AquaSeal Foam Dressing System - Compass" %}
{% set serviceHeader = "Search and evaluate medtech" %}
{% 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/product-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/quick-share-upload-multiple.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 and evaluate medical technologies" %}
{% set pageName = "Upload your documents" %}
{% set serviceHeader = "Search and evaluate medical technologies" %}

{% block beforeContent %}
Expand Down