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/views/record-vaccinations/check.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2 class="nhsuk-heading-m">Patient</h2>
text: "Date of birth"
},
value: {
text: (data.dateOfBirth | isoDateFromDateInput | govukDate)
html: (data.dateOfBirth | isoDateFromDateInput | govukDate) + "<br>(76 years old)"
},
actions: {
items: [
Expand Down
4 changes: 2 additions & 2 deletions app/views/record-vaccinations/patient-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% set dateOfBirthHtml %}
{% if data.dateOfBirth.day %}
{{ (data.dateOfBirth | isoDateFromDateInput | govukDate) }}
<br>(75 years old)
<br>(76 years old)
{% else %}
{{ (data.dateOfBirth | govukDate) }}
{% endif %}
Expand Down Expand Up @@ -78,7 +78,7 @@ <h1 class="nhsuk-heading-l">Check {{ data.firstName }} {{ data.lastName }}’s d
},
{
key: {
text: "Registered GP"
text: "GP surgery"
},
value: {
html: "Beech House surgery <br>1 Ash Tree Road<br>Knaresborough<br>HG5 0UB"
Expand Down