Skip to content

Commit

Permalink
Merge pull request #2912 from alphagov/skip-govuk-account
Browse files Browse the repository at this point in the history
Re-add skip govuk-account on subscribe button
  • Loading branch information
hannako authored Aug 31, 2023
2 parents 6374a53 + 51b2320 commit 9046f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/document_collection.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<% if @content_item.taxonomy_topic_email_override_base_path.present? %>
<%= render 'shared/taxon_signup_link', base_path: @content_item.taxonomy_topic_email_override_base_path %>
<% else %>
<%= render 'shared/single_page_notification_button', content_item: @content_item %>
<%= render 'shared/single_page_notification_button', content_item: @content_item, skip_account: "true" %>
<% end %>

<div class="govuk-grid-row">
Expand Down

0 comments on commit 9046f80

Please sign in to comment.