Skip to content

Commit

Permalink
Merge pull request #2756 from alphagov/update-radios
Browse files Browse the repository at this point in the history
Use `heading_level` param instead of `is_page_heading` (radio component)
  • Loading branch information
owenatgov authored May 12, 2021
2 parents 2dff5e5 + bd697d2 commit 07db6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/simple_smart_answers/_current_question.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
heading_caption: @publication.title,
heading_size: "l",
heading: "#{@flow_state.current_question_number}. #{question.title}",
is_page_heading: true,
heading_level: 1,
name: "response",
items: question.options.map do |option|
{
Expand Down

0 comments on commit 07db6c6

Please sign in to comment.