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
18 changes: 18 additions & 0 deletions app/views/errors/mya-downtime.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{% extends 'layout.html' %}

{% set pageName = "There is a temporary problem accessing appointments" %}
{% set currentSection = "appointments" %}


{% block content %}
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">

<h1 class="nhsuk-heading-l">{{ pageName }}</h1>
<p><a href="#">Try again</a> or go to <a href="#">Manage your appointments</a></p>

<p>You can still record a vaccination using <a href="/record-vaccinations" class="nhsuk-link">Record vaccinations</a></p>

</div>
</div>
{% endblock %}
1 change: 1 addition & 0 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ <h2>Error pages</h2>
<li><a href="/errors/no-patient-details">There is a temporary problem getting the patient's details (PDS API issue)</a></li>
<li><a href="/errors/still-no-patient-details">There is still a problem getting the patient's details (ongoing PDS API issue)</a></li>
<li><a href="/errors/no-vaccination-history">There is a temporary problem getting [patient name]'s vaccination history (history API issue)</a></li>
<li><a href="/errors/mya-downtime">There is a temporary problem accessing appointments (MYA is down/API issue)</a></li>
</ul>

<h2>Messaging</h2>
Expand Down