Skip to content

Commit

Permalink
Restore GOV.UK Chat banner to nested guide page
Browse files Browse the repository at this point in the history
In #3440 we changed
the mechanism for rendering the GOV.UK Chat banner to utilise request
path rather than content item base_path. A side effect of this was that
for any existing guides that we were embedding the banner on lost the
banner on any of their nested sections.

This commit adds each individual path of guides that previously had the
banner.
  • Loading branch information
kevindew committed Dec 3, 2024
1 parent d9eb011 commit 908c5e6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/helpers/govuk_chat_promo_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ module GovukChatPromoHelper
/child-employment/restrictions-on-child-employment
/closing-a-limited-company
/company-tax-returns
/company-tax-returns/making-changes
/company-tax-returns/penalties-for-late-filing
/contracted-out
/contracted-out/how-contracting-out-affects-your-amount
/corporation-tax
/corporation-tax/work-out-your-corporation-tax
/corporation-tax-rates
/directors-loans/you-owe-your-company-money
/dormant-company/dormant-for-corporation-tax
Expand Down Expand Up @@ -74,7 +77,21 @@ module GovukChatPromoHelper
/limited-company-formation/register-your-company
/maximum-weekly-working-hours
/pay-corporation-tax
/pay-corporation-tax/approve-a-payment-through-your-online-bank-account
/pay-corporation-tax/bank-details
/pay-corporation-tax/bank-or-building-society
/pay-corporation-tax/check-your-payment-has-been-received
/pay-corporation-tax/debit-or-credit-card
/pay-corporation-tax/direct-debit
/pay-corporation-tax/payments-for-a-group-of-companies
/pay-corporation-tax/tell-hmrc-no-payment-due
/pay-vat
/pay-vat/approve-payment-through-your-online-bank-account
/pay-vat/bank-details
/pay-vat/bank-or-building-society
/pay-vat/by-debit-or-credit-card-online
/pay-vat/direct-debit
/pay-vat/standing-order
/prepare-file-annual-accounts-for-limited-company
/prepare-file-annual-accounts-for-limited-company/file-your-accounts-and-company-tax-return
/register-for-vat
Expand All @@ -94,6 +111,11 @@ module GovukChatPromoHelper
/strike-off-your-company-from-companies-register
/strike-off-your-company-from-companies-register/close-down-your-company
/submit-vat-return
/submit-vat-return/correct-errors-in-your-vat-return
/submit-vat-return/how-to-send-return-pay-vat-bill
/submit-vat-return/interest-underpaid-overpaid-vat
/submit-vat-return/late-returns-and-payment
/submit-vat-return/what-to-include-in-a-vat-return
/tax-employee-share-schemes/share-incentive-plans-sips
/tax-foreign-income
/tax-sell-property
Expand Down

0 comments on commit 908c5e6

Please sign in to comment.