@@ -11,15 +11,15 @@ class AppSearchComponent < ViewComponent::Base
11
11
label : { text : "Search" , class : "nhsuk-u-visually-hidden" } ,
12
12
autocomplete : "off" ,
13
13
class : "app-search-input__input" %>
14
-
14
+
15
15
< button class ="nhsuk-button nhsuk-button--secondary app-button--icon app-search-input__submit " data-module ="nhsuk-button " type ="submit ">
16
16
< svg class ="nhsuk-icon nhsuk-icon__search " xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 " focusable ="false " role ="img ">
17
17
< title > Search</ title >
18
18
< path d ="M19.71 18.29l-4.11-4.1a7 7 0 1 0-1.41 1.41l4.1 4.11a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42zM5 10a5 5 0 1 1 5 5 5 5 0 0 1-5-5z " fill ="currentColor "> </ path >
19
19
</ svg >
20
20
</ button >
21
21
</ div >
22
-
22
+
23
23
<% if consent_statuses . any? %>
24
24
<%= f . govuk_radio_buttons_fieldset :consent_status , legend : { text : "Consent status" , size : "s" } do %>
25
25
<%= f . govuk_radio_button :consent_status , "" , label : { text : "Any" } %>
@@ -28,7 +28,7 @@ class AppSearchComponent < ViewComponent::Base
28
28
<% end %>
29
29
<% end %>
30
30
<% end %>
31
-
31
+
32
32
<% if triage_statuses . any? %>
33
33
<%= f . govuk_radio_buttons_fieldset :triage_status , legend : { text : "Triage outcome" , size : "s" } do %>
34
34
<%= f . govuk_radio_button :triage_status , "" , label : { text : "Any" } %>
@@ -37,7 +37,7 @@ class AppSearchComponent < ViewComponent::Base
37
37
<% end %>
38
38
<% end %>
39
39
<% end %>
40
-
40
+
41
41
<% if register_statuses . any? %>
42
42
<%= f . govuk_radio_buttons_fieldset :register_status , legend : { text : "Registration status" , size : "s" } do %>
43
43
<%= f . govuk_radio_button :register_status , "" , label : { text : "Any" } %>
@@ -46,7 +46,7 @@ class AppSearchComponent < ViewComponent::Base
46
46
<% end %>
47
47
<% end %>
48
48
<% end %>
49
-
49
+
50
50
<% if session_statuses . any? %>
51
51
<%= f . govuk_radio_buttons_fieldset :session_status , legend : { text : "Vaccination status" , size : "s" } do %>
52
52
<%= f . govuk_radio_button :session_status , "" , label : { text : "Any" } %>
@@ -55,7 +55,7 @@ class AppSearchComponent < ViewComponent::Base
55
55
<% end %>
56
56
<% end %>
57
57
<% end %>
58
-
58
+
59
59
<% if programme_statuses . any? %>
60
60
<%= f . govuk_radio_buttons_fieldset :programme_status , legend : { text : "Programme outcome" , size : "s" } do %>
61
61
<%= f . govuk_radio_button :programme_status , "" , label : { text : "Any" } %>
0 commit comments