File tree Expand file tree Collapse file tree
app/views/patient-session Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 {{ radios ({
2222 fieldset : {
2323 legend : {
24+ classes : " nhsuk-u-font-size-22" ,
2425 text : __ (" patientSession.preScreen.selfId.label" , {
2526 patient : patient
2627 }),
8788
8889 {{ textarea ({
8990 label : { text : __ (" patientSession.preScreen.note.label" ) + " (optional)" },
90- rows : 3 ,
91+ rows : 2 ,
9192 decorate : " patientSession.preScreen.note"
9293 }) }}
9394
140141 {
141142 text : __ (" patientSession.preScreen.ready.yes" ),
142143 value : true ,
143- hint : {
144- text : __ (" patientSession.preScreen.ready.hint" )
145- },
146144 conditional : {
147145 html : vaccinationSiteHtml
148146 } if patientSession .vaccine .criteria != VaccineCriteria .Intranasal
157155 {
158156 text : __ (" patientSession.preScreen.ready.alternative" ),
159157 value : " alternative" ,
160- hint : {
161- text : __ (" patientSession.preScreen.ready.hint" )
162- },
163158 conditional : {
164159 html : vaccinationSiteHtml
165160 }
You can’t perform that action at this time.
0 commit comments