Skip to content

Commit a80160b

Browse files
committed
Remove feedback link from phase banner
For the trial of the new feedback component, we want to remove the feedback link from the existing phase banner to make the test as fair as possible.
1 parent 2e0e4cd commit a80160b

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

app/views/layouts/application.html.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
<% content_for :before_content do %>
1414
<%= govuk_phase_banner(tag: { text: "Beta" }) do %>
15-
<%= t("phase_banner.before_link") %>
16-
<%= govuk_link_to t("phase_banner.link"), t("phase_banner.feedback_survey_url") %>
17-
<%= t("phase_banner.after_link") %>
15+
<%= t("phase_banner.text") %>
1816
<% end %>
1917
<%= yield :back_link %>
2018
<%= render ActAsUserBannerComponent::View.new(acting_as_user, actual_user) %>

config/locales/en.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,10 +1713,7 @@ en:
17131713
heading: Setting up GOV.UK Pay
17141714
submit_button: Save and continue
17151715
phase_banner:
1716-
after_link: will help us improve it.
1717-
before_link: This is a new service, your
1718-
feedback_survey_url: https://surveys.publishing.service.gov.uk/s/T7OW3C/
1719-
link: feedback
1716+
text: This is a new service.
17201717
privacy_policy_input:
17211718
body_html: |
17221719
<p>

0 commit comments

Comments
 (0)