Skip to content

Commit

Permalink
Re-add skip govuk-account on subscribe button
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinailie committed Aug 31, 2023
1 parent 6374a53 commit 51b2320
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 51b2320

Please sign in to comment.