From f8fe9160ad587c00f6dd8b91956826db51da8a5c Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 6 Jan 2022 18:34:19 +0000 Subject: [PATCH] Use component --- .../form/guidance/_what_counts_as_income.html.erb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/app/views/form/guidance/_what_counts_as_income.html.erb b/app/views/form/guidance/_what_counts_as_income.html.erb index 078a1db20..0ca777ea4 100644 --- a/app/views/form/guidance/_what_counts_as_income.html.erb +++ b/app/views/form/guidance/_what_counts_as_income.html.erb @@ -1,11 +1,4 @@ -
- - - What counts as income? - - -
- +<%= govuk_details(summary_text: 'What counts as income?') do %>

You should include any income from:

  • employment
  • @@ -20,6 +13,4 @@
  • child benefit
  • council tax support
- -
-
+<% end %>