File tree Expand file tree Collapse file tree 2 files changed +45
-8
lines changed
Expand file tree Collapse file tree 2 files changed +45
-8
lines changed Original file line number Diff line number Diff line change 1+ {% extends 'reg-portal/layout.html' %}
2+
3+ <!-- Set the page title -->
4+ {% block pageTitle %}
5+ Page listings - Manage patient registrations - NHS
6+ {% endblock %}
7+
8+ <!-- For adding a breadcrumb -->
9+ <!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs -->
10+ {% block beforeContent %}
11+ {% endblock %}
12+
13+ <!-- For adding a Go back link -->
14+ <!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/Go back-link -->
15+ {% block outerContent %}
16+ {% endblock %}
17+
18+ <!-- For adding page content -->
19+ <!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
20+ {% block content %}
21+
22+ < div class ="nhsuk-grid-row ">
23+ < div class ="nhsuk-grid-column-two-thirds ">
24+
25+
26+ < h1 class ="app-page-heading ">
27+ < span class ="nhsuk-caption-l "> Prototype work</ span >
28+ Page by page listings
29+ </ h1 >
30+
31+
32+ < h2 class ="nhsuk-heading-l "> Alerts</ h2 >
33+
34+ < ul class ="nhsuk-list nhsuk-list--bullet ">
35+ < li > < a href ="/reg-portal/reg-table-v2-yes-no-wip "> Registrations table</ a > </ li >
36+ < li > < a href ="/reg-portal/reg-detail-multi-detail-child-wip "> Alerts registration details</ li >
37+ </ ul >
38+
39+ </ div >
40+ </ div >
41+
42+ {% endblock %}
Original file line number Diff line number Diff line change @@ -44,20 +44,15 @@ <h2 class="nhsuk-heading-l">Phase 1 flow</h2>
4444
4545 < hr class ="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible ">
4646
47- <!--<h2 class="nhsuk-heading-l">Work in progress</h2>
48-
49- {{ button({
50- "text": "Continue",
51- "href": "/gp/gp-start"
52- }) }}
47+ < h2 class ="nhsuk-heading-l "> Work in progress</ h2 >
5348
5449 {{ button({
5550 "text": "Page listings",
5651 "classes": "nhsuk-button--secondary",
57- "href": "admin/listings-gp "
52+ "href": "admin/listings-manage-reg-wip "
5853 }) }}
5954
60- <hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">-->
55+ < hr class ="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible ">
6156
6257 </ div >
6358 </ div >
You can’t perform that action at this time.
0 commit comments