Skip to content
Closed
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/views/appointments/details-series.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}

{% set currentSection = "plus" %}

Expand Down
2 changes: 1 addition & 1 deletion app/views/appointments/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="nhsuk-heading-m nhsuk-u-margin-bottom-4">
Entry point
</h2>
<ul>
<li><a href="landing">Staff vaccinations landing</a></li>
<li><a href="landing">Landing</a></li>
</ul>

<h2 class="nhsuk-heading-m nhsuk-u-margin-bottom-4">
Expand Down
14 changes: 8 additions & 6 deletions app/views/appointments/landing.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}

{% set currentSection = "plus" %}

{% set pageTitle = 'Maternity' %}

{% block pageTitle %}
Staff vaccinations
{{ pageTitle }} - Record a vaccination - NHS
{% endblock %}

{% block content %}
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-4">
Staff vaccinations
Maternity
</h1>
<p class="nhsuk-body">View, filter and export vaccination information for your organisation's staff.</p>
<p class="nhsuk-body">View, filter and export vaccination information for your pregnant&nbsp;patients.</p>
</div>
</div>

Expand All @@ -26,7 +28,7 @@ <h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-4">
<h2 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="#/">Add patients</a>
</h2>
<p class="nhsuk-card__description">Add or replace a list of patients</p>
<p class="nhsuk-card__description">Add or replace a list of pregnant patients</p>
<svg class="nhsuk-icon nhsuk-icon--chevron-right-circle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
<path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm-.3 5.8a1 1 0 1 0-1.5 1.4l2.9 2.8-2.9 2.8a1 1 0 0 0 1.5 1.4l3.5-3.5c.4-.4.4-1 0-1.4Z" />
</svg>
Expand All @@ -42,7 +44,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-m">
<h2 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="#/">Patients</a>
</h2>
<p class="nhsuk-card__description">View current list of patients</p>
<p class="nhsuk-card__description">View current list of pregnant patients</p>
<svg class="nhsuk-icon nhsuk-icon--chevron-right-circle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
<path d="M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm-.3 5.8a1 1 0 1 0-1.5 1.4l2.9 2.8-2.9 2.8a1 1 0 0 0 1.5 1.4l3.5-3.5c.4-.4.4-1 0-1.4Z" />
</svg>
Expand Down
2 changes: 1 addition & 1 deletion app/views/appointments/manage-site.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'layouts/ravs-plus-layout-1-oh.html' %}
{% extends 'layouts/ravs-plus-layout-1-maternity.html' %}

{% set currentSection = "plus" %}

Expand Down