Skip to content

Commit d7f1a8c

Browse files
Add links to common pages to index (#84)
1 parent 05df603 commit d7f1a8c

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

app/views/index.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,62 @@ <h1>
2121
href: "/dashboard"
2222
}) }}
2323

24+
<h2>Screening appointment</h2>
25+
{% set exampleParticipant = "/clinics/wtrl7jud/events/5gpn41oi" %}
26+
<ul>
27+
<li>
28+
<a href="{{ exampleParticipant }}">Initial appointment</a>
29+
</li>
30+
<li>
31+
<a href="{{ exampleParticipant }}/attended-not-screened-reason">Appointment cannot go ahead</a>
32+
</li>
33+
<li>
34+
<a href="{{ exampleParticipant }}/medical-information">Medical information</a>
35+
</li>
36+
<li>
37+
<a href="{{ exampleParticipant }}/record-medical-information">Record medical information</a>
38+
<ul>
39+
<li>
40+
<a href="{{ exampleParticipant }}/medical-information/symptoms/add?referrer={{ exampleParticipant }}/record-medical-information">Add a symptom</a>
41+
</li>
42+
<li>
43+
<a href="{{ exampleParticipant }}/medical-information/hormone-replacement-therapy?referrer={{ exampleParticipant }}/record-medical-information">Hormone replacement therapy</a>
44+
</li>
45+
<li>
46+
<a href="{{ exampleParticipant }}/medical-information/pregnancy-and-breastfeeding?referrer={{ exampleParticipant }}/record-medical-information">Pregnancy and breastfeeding</a>
47+
</li>
48+
</ul>
49+
</li>
50+
<li>
51+
<a href="{{ exampleParticipant }}/awaiting-images">Awaiting images</a>
52+
</li>
53+
<li>
54+
<a href="{{ exampleParticipant }}/imaging">Imaging</a>
55+
</li>
56+
<li>
57+
<a href="{{ exampleParticipant }}/confirm">Confirm</a>
58+
</li>
59+
</ul>
60+
61+
<h2>Other sections</h2>
62+
63+
<ul>
64+
<li>
65+
<a href="/clinics">Clinics</a>
66+
<ul>
67+
<li><a href="/clinics/wtrl7jud">First clinic today</a></li>
68+
</ul>
69+
</li>
70+
71+
<li>
72+
<a href="/reading">Image reading</a>
73+
</li>
74+
<li>
75+
<a href="/participants">Participants</a>
76+
</li>
77+
<li>
78+
<a href="/settings">Settings</a>
79+
</li>
80+
</ul>
81+
2482
{% endblock %}

0 commit comments

Comments
 (0)