You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/views/v1/no-record-found.html
+16-28
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ <h2 class="nhsuk-heading-m">The details you gave:</h2>
34
34
text: "Name"
35
35
},
36
36
value: {
37
-
text: "Karen Francis"
37
+
text: data.firstName + ' ' + data.lastName
38
38
},
39
39
actions: {
40
40
items: [
@@ -99,47 +99,35 @@ <h2 class="nhsuk-heading-l">We cannot find you for one of these reasons:</h2>
99
99
}) }}
100
100
<!-- ----------- -->
101
101
{{ details({
102
-
text: "You've recently become entitled to help with NHS costs",
103
-
HTML: "
104
-
<p>We may not have all your details yet. Our records can take up to 6 weeks to update.</p>
105
-
"
102
+
text: 'You\'ve recently become entitled to help with NHS costs',
103
+
HTML: '<p>We may not have all your details yet. Our records can take up to 6 weeks to update.</p>'
106
104
}) }}
107
105
<!-- ----------- -->
108
106
{{ details({
109
-
text: "You're no longer entitled to help with NHS costs",
110
-
HTML: "
111
-
<p>Your eligibility for free NHS treatment may have ended.</p>
112
-
"
107
+
text: 'You\'re no longer entitled to help with NHS costs',
108
+
HTML: '<p>Your eligibility for free NHS treatment may have ended.</p>'
113
109
}) }}
110
+
114
111
<!-- ----------- -->
112
+
115
113
{{ details({
116
-
text: "Your prescription prepayment certificate (PPC) has expired",
117
-
HTML: "
118
-
<p>You can <aclass=\"nhsuk-link\">buy another PPC online.</a><span>(Opens in a new
119
-
tab)</span>
120
-
</p>
121
-
<p>A PPC lets you get as many NHS prescriptions as you need for a set price. If you regularly
122
-
pay prescription charges, a PPC could save you money.</p>
123
-
"
114
+
text: 'Your prescription prepayment certificate (PPC) has expired',
115
+
HTML: '<p>You can <atarget="_blank" class="nhsuk-link" href="https://buy-prescription-prepayment-certificate.nhsbsa.nhs.uk/start">buy another PPC online.</a><span>(Opens in a new tab)</span></p><p>A PPC lets you get as many NHS prescriptions as you need for a set price. If you regularly pay prescription charges, a PPC could save you money.</p>'
124
116
}) }}
117
+
118
+
125
119
<!-- ----------- -->
126
120
{{ details({
127
-
text: "You have a hormone replacement therapy prescription prepayment
128
-
certificate (HRT PPC)",
129
-
HTML: "
130
-
<p>Our NHS exemption checker service cannot currently check for an HRT PPC exemption. We aim
131
-
to change this in the future.
132
-
</p>
133
-
"
121
+
text: 'You have a hormone replacement therapy prescription prepayment certificate (HRT PPC)',
122
+
HTML: '<p>Our NHS exemption checker service cannot currently check for an HRT PPC exemption. We aim to change this in the future.</p>'
134
123
}) }}
135
124
136
125
<h2class="nhsuk-heading-m">Check if you should be entitled</h2>
137
-
<pclass="nhsuk-body">Answer a few more questions to check if you could get help to pay for prescriptions and other
138
-
NHS costs.</p>
126
+
<pclass="nhsuk-body">Answer a few more questions to check if you could get help to pay for prescriptions and other NHS costs.</p>
139
127
140
128
{{ button({
141
-
text: "Check now",
142
-
href: '/v1/start'
129
+
text: 'Check now',
130
+
href: '/v1/start'
143
131
}) }}
144
132
145
133
<!-- <span class="nhsuk-u-visually-hidden"> (Opens in a new tab)</span> -->
0 commit comments