diff --git a/.port.tmp b/.port.tmp index 5528a3e..cfdc48c 100644 --- a/.port.tmp +++ b/.port.tmp @@ -1 +1 @@ -3005 \ No newline at end of file +3006 \ No newline at end of file diff --git a/app/views/v1/facility-search-result.html b/app/views/v1/facility-search-result.html index 174593d..48d2010 100644 --- a/app/views/v1/facility-search-result.html +++ b/app/views/v1/facility-search-result.html @@ -101,7 +101,8 @@

Colour

text: "Complete" } ] - }) }} + }) + }} @@ -202,6 +203,7 @@

2,000,000 In Progress + View claim diff --git a/app/views/v1/facility-task-list.html b/app/views/v1/facility-task-list.html new file mode 100644 index 0000000..2d34d6c --- /dev/null +++ b/app/views/v1/facility-task-list.html @@ -0,0 +1,232 @@ +{% extends "layout.html" %} +{% block pageTitle %} +Claims and recoveries +{% endblock %} + + +{% block beforeContent %} + +{% endblock %} + +{% block content %} +
+

+ Claims and recoveries claim task list

+

Select the facility you wish to view.

+ +
+
    +
  1. +

    + 1. Pre-examination

    + +
  2. +
  3. +

    + 2. Examination

    + + +
  4. +
  5. +

    + 3. Authorisation

    + +
  6. +
  7. +

    + 4. Payment

    + +
  8. + + +
  9. +

    + 4. Post claim activities

    + +
  10. + + +
  11. +

    + 4. Reinsurance

    + +
  12. + +
  13. +

    + 4. Recovery

    + +
  14. +
+ +
+ +{% endblock %} + + + +{% block pageScripts %} + + + + + + + + + + + + + + + + + +{% endblock %}