Browse Source

Indentation

pull/2924/head
Manny Dinssa 2 months ago
parent
commit
f63fd8f070
  1. 8
      app/views/form/_select_question.html.erb

8
app/views/form/_select_question.html.erb

@ -3,10 +3,10 @@
<%= render partial: "form/guidance/#{question.top_guidance_partial}" if question.top_guidance? %>
<%= f.govuk_select(question.id.to_sym,
label: legend(question, page_header, conditional),
"data-controller": "accessible-autocomplete",
caption: caption(caption_text, page_header, conditional),
hint: { text: question.hint_text&.html_safe }) do %>
label: legend(question, page_header, conditional),
"data-controller": "accessible-autocomplete",
caption: caption(caption_text, page_header, conditional),
hint: { text: question.hint_text&.html_safe }) do %>
<% if answers.any? %>
<% answers.each do |answer| %>
<option value="<%= answer.id %>"

Loading…
Cancel
Save