We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5df84 commit 36cf3c6Copy full SHA for 36cf3c6
app/views/participants/show.html
@@ -49,6 +49,11 @@ <h2 class="nhsuk-heading-m">Appointment</h2>
49
},
50
value: {
51
text: clinic.clinicType | formatWords | sentenceCase
52
+ },
53
+ actions: {
54
+ items: [
55
+
56
+ ]
57
}
58
59
{
@@ -57,6 +62,15 @@ <h2 class="nhsuk-heading-m">Appointment</h2>
62
63
64
text: event.statusHistory[0].timestamp | formatTime
65
66
67
68
+ {
69
+ href: "#",
70
+ text: "Reschedule appointment",
71
+ visuallyHiddenText: "name"
72
+ } if event.status == "scheduled"
73
60
74
61
75
76
@@ -65,6 +79,11 @@ <h2 class="nhsuk-heading-m">Appointment</h2>
79
80
81
html: statusHtml
82
83
84
85
86
87
88
89
]
0 commit comments