File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ <h1 class="nhsuk-heading-l">
5858 < th class ="nhsuk-table__header "> Name</ th >
5959 {# < th class ="nhsuk-table__header "> Postcode</ th > #}
6060 < th class ="nhsuk-table__header "> NHS number</ th >
61- < th class ="nhsuk-table__header "> Status </ th >
61+ < th class ="nhsuk-table__header "> Appointment status </ th >
6262 < th class ="nhsuk-table__header "> Actions</ th >
6363 </ tr >
6464 </ thead >
Original file line number Diff line number Diff line change @@ -164,7 +164,16 @@ <h1 class="nhsuk-heading-l">
164164 side: image.side,
165165 index: loop.index
166166 } %}
167+
168+ {# Hack in some titles for left and right #}
169+ {% if loop.index == 1 %}
170+ < h3 > Right breast images</ h3 >
171+ {% elseif loop.index == 3 %}
172+ < h3 > Left breast images</ h3 >
173+ {% endif %}
174+
167175 {{ makeImage(params) }}
176+
168177 {% endfor %}
169178 </ div >
170179
@@ -185,13 +194,6 @@ <h1 class="nhsuk-heading-l">
185194 idPrefix: "partialMammography",
186195 name: "partialMammography",
187196 classes: "nhsuk-u-margin-bottom-5",
188- _fieldset: {
189- legend: {
190- text: "How would you like to be contacted?",
191- classes: "nhsuk-fieldset__legend--l",
192- isPageHeading: true
193- }
194- },
195197 items: [
196198 {
197199 value: "partial",
Original file line number Diff line number Diff line change 105105 },
106106 {
107107 key: {
108- text: "Status "
108+ text: "Appointment status "
109109 },
110110 value: {
111111 html: statusHtml
You can’t perform that action at this time.
0 commit comments