Skip to content

Commit 1f0c538

Browse files
committed
CIV-9340 check and send warning message
1 parent bc53038 commit 1f0c538

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/features/claim/views/check-and-send.njk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
) }}
3030
{{ partyDetailRow('Contact number (optional)', draftClaim.claimant.phone.number, paths.claimantPhonePage.uri) }}
3131
</dl>
32-
32+
3333
<h2 class="govuk-heading-m">{{ t("Their details (defendant)") }}</h2>
3434
<dl class="govuk-summary-list govuk-!-margin-bottom-9">
3535
{{ partyDetail(
@@ -127,7 +127,7 @@
127127
{% for details in draftClaim.timeline.getPopulatedRowsOnly() %}
128128
{{ partyDetailRow(label = details.date, value = details.description, changeLink = paths.timelinePage.uri) }}
129129
{% endfor %}
130-
130+
131131
{{ partyDetailRow(label = 'Your evidence (optional)', value = '', changeLink = paths.evidencePage.uri) }}
132132

133133
{% for details in draftClaim.evidence.getPopulatedRowsOnly() %}
@@ -136,6 +136,9 @@
136136

137137
</dl>
138138
<div class="form-group">
139+
140+
<p><span class="icon-important" style=" display: inline-block; width: 35px; height: 35px;"></span><span style="font-weight: bold;"> All details will be shared with the other parties involved in the claim.</span></p>
141+
139142
{{ statementOfTruthUpdated(
140143
form,
141144
statementOfTruthType = SignatureType.CLAIM,

0 commit comments

Comments
 (0)