Skip to content

Commit

Permalink
CIV-9340 check and send warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
MMNycz committed Aug 31, 2023
1 parent bc53038 commit 1f0c538
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/features/claim/views/check-and-send.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
) }}
{{ partyDetailRow('Contact number (optional)', draftClaim.claimant.phone.number, paths.claimantPhonePage.uri) }}
</dl>

<h2 class="govuk-heading-m">{{ t("Their details (defendant)") }}</h2>
<dl class="govuk-summary-list govuk-!-margin-bottom-9">
{{ partyDetail(
Expand Down Expand Up @@ -127,7 +127,7 @@
{% for details in draftClaim.timeline.getPopulatedRowsOnly() %}
{{ partyDetailRow(label = details.date, value = details.description, changeLink = paths.timelinePage.uri) }}
{% endfor %}

{{ partyDetailRow(label = 'Your evidence (optional)', value = '', changeLink = paths.evidencePage.uri) }}

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

</dl>
<div class="form-group">

<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>

{{ statementOfTruthUpdated(
form,
statementOfTruthType = SignatureType.CLAIM,
Expand Down

0 comments on commit 1f0c538

Please sign in to comment.