Skip to content

Commit 69175b5

Browse files
Show partial mammography reason in inset (#49)
1 parent d06f64d commit 69175b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/reading/assessment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Record includes {{ imageCount }} images</h3>
157157

158158
<div class="nhsuk-grid-row">
159159
<div class="nhsuk-grid-column-two-thirds">
160-
{# {% set isPartialMammography = event.mammogramData.isPartialMammography %}
160+
{% set isPartialMammography = event.mammogramData.isPartialMammography %}
161161

162162
{% if isPartialMammography %}
163163
{% set partialMammographyHtml %}
@@ -169,7 +169,7 @@ <h3>Partial mammography</h3>
169169
{{ insetText({
170170
html: partialMammographyHtml
171171
}) }}
172-
{% endif %} #}
172+
{% endif %}
173173

174174
{% set questionText = "What is your opinion of these images?" %}
175175

0 commit comments

Comments
 (0)