Skip to content

Commit 0884017

Browse files
Upgrade another search input + button combo (#572)
Missed this before in #571
1 parent 701a16a commit 0884017

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

app/views/records/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@ <h1 class="nhsuk-heading-xl">Records</h1>
2727
value: data.nameOrNhsNumber,
2828
label: {
2929
text: "Patient name or NHS number"
30+
},
31+
formGroup: {
32+
classes: "nhsuk-u-margin-bottom-0",
33+
afterInput: {
34+
html: button({
35+
text: "Search",
36+
classes: "nhsuk-button--secondary nhsuk-button--small"
37+
})
38+
}
3039
}
3140
}) }}
32-
{{ button({
33-
classes: "nhsuk-button--secondary nhsuk-button--small",
34-
text: "Search"
35-
}) }}
3641
</div>
3742

3843

0 commit comments

Comments
 (0)