Skip to content

Commit

Permalink
v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Nov 21, 2023
1 parent 356b167 commit f7e8edb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/v5/claims-dashboard-claim.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ <h2 class="govuk-heading-m card__heading" >
</a>
</h2>
<p class="govuk-body card__description">
{% if data.notification1 =="Party 1" %}
100% complete
{% else %}
0% tasks complete
{% endif %}
</p>
</div>
</li>
Expand All @@ -79,7 +83,11 @@ <h2 class="govuk-heading-m card__heading">
</a>
</h2>
<p class="govuk-body card__description">
{% if data.rmSummaryComplete =="yes" %}
100% complete
{% else %}
0% tasks complete
{% endif %}
</p>
</div>
</li>
Expand Down

0 comments on commit f7e8edb

Please sign in to comment.