diff --git a/.port.tmp b/.port.tmp deleted file mode 100644 index cfdc48c..0000000 --- a/.port.tmp +++ /dev/null @@ -1 +0,0 @@ -3006 \ No newline at end of file diff --git a/app/views/v1/1-pre-examination/notification-new-or-expected-claim.html b/app/views/v1/1-pre-examination/notification-new-or-expected-claim.html index 7b90d2b..f633ebf 100644 --- a/app/views/v1/1-pre-examination/notification-new-or-expected-claim.html +++ b/app/views/v1/1-pre-examination/notification-new-or-expected-claim.html @@ -44,12 +44,21 @@

+
+ +
or
+
+ + +
- + diff --git a/app/views/v1/facility-card-list.html b/app/views/v1/facility-card-list.html index b59688a..c882827 100644 --- a/app/views/v1/facility-card-list.html +++ b/app/views/v1/facility-card-list.html @@ -114,13 +114,20 @@

Receipt of claim pre-examination

- {% if data.claimNotificationorExpectedRepeat %} + {% if data.claimNotificationorExpectedRepeat =='Notification of a new claim' or data.claimNotificationorExpectedRepeat =='Expected repeat claim'%} {{data.claimNotificationorExpectedRepeat}}
Change details + + {% else %} + Add details + {% endif %} + + {% if data.claimType =='Expected repeat claim' %} Add details + {% endif %}
@@ -406,7 +413,6 @@

Receipt of claim pre-examination

{% endblock %} - {% block pageScripts %}