Skip to content

Commit b9915a2

Browse files
Update status text and add imaging headings
1 parent 8ef020c commit b9915a2

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

app/views/clinics/show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

app/views/events/mammography/imaging.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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",

app/views/events/show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
key: {
108-
text: "Status"
108+
text: "Appointment status"
109109
},
110110
value: {
111111
html: statusHtml

0 commit comments

Comments
 (0)