diff --git a/app/models/form/sales/questions/buyer1_income_known.rb b/app/models/form/sales/questions/buyer1_income_known.rb index a128ae764..923045ef9 100644 --- a/app/models/form/sales/questions/buyer1_income_known.rb +++ b/app/models/form/sales/questions/buyer1_income_known.rb @@ -7,19 +7,8 @@ class Form::Sales::Questions::Buyer1IncomeKnown < ::Form::Question @type = "radio" @answer_options = ANSWER_OPTIONS @page = page - @hint_text = "What counts as income? - - You should include any income from: - employment - pensions - investments - Universal Credit - - Don't include: - National Insurance (NI) contributions and tax - housing benefit - child benefit - council tax support" + @guidance_position = GuidancePosition::BOTTOM + @guidance_partial = "what_counts_as_income_sales" @conditional_for = { "income1" => [0], } diff --git a/app/views/form/guidance/_what_counts_as_income_sales.html.erb b/app/views/form/guidance/_what_counts_as_income_sales.html.erb new file mode 100644 index 000000000..c5e2c7116 --- /dev/null +++ b/app/views/form/guidance/_what_counts_as_income_sales.html.erb @@ -0,0 +1,17 @@ +<%= govuk_details(summary_text: "What counts as income?") do %> +
You should include any income from:
+Don’t include:
+