Skip to content

Commit

Permalink
Merge pull request #6752 from alphagov/revert-6723-set-up-user-resear…
Browse files Browse the repository at this point in the history
…ch-banner

Revert "Set up DWP user research banner"
  • Loading branch information
hannako committed Apr 17, 2024
2 parents 8558b65 + 65e0631 commit 2e88873
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion app/controllers/smart_answers_controller.rb
@@ -1,6 +1,5 @@
class SmartAnswersController < ApplicationController
include Slimmer::Headers
include RecruitmentBannerHelper

before_action :find_smart_answer, except: %w[index]
before_action :redirect_response_to_canonical_path, only: %w[show]
Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
@@ -1,6 +1,5 @@
<% content_for :body do %>
<div class="smart_answer">
<%= render partial: 'shared/intervention_banner' %>
<%= yield :breadcrumbs %>
<main id="content" role="main">
<%= yield %>
Expand Down
7 changes: 0 additions & 7 deletions lib/data/recruitment_banners.yml
Expand Up @@ -9,10 +9,3 @@
# - /foreign-travel-advice

banners:
- name: DWP user research banner
suggestion_text: Help improve GOV.UK
suggestion_link_text: Take part in user research (opens in a new tab)
survey_url: https://forms.office.com/e/CkfCRwdLQj
page_paths:
- /check-benefits-financial-support
- /check-benefits-financial-support/y/england/no/yes/sixteen_or_more_per_week/no/no/no/no/over_16000
38 changes: 0 additions & 38 deletions test/integration/recruitment_banner_test.rb

This file was deleted.

0 comments on commit 2e88873

Please sign in to comment.