Skip to content

Commit 51b2320

Browse files
committed
Re-add skip govuk-account on subscribe button
1 parent 6374a53 commit 51b2320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/content_items/document_collection.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<% if @content_item.taxonomy_topic_email_override_base_path.present? %>
2626
<%= render 'shared/taxon_signup_link', base_path: @content_item.taxonomy_topic_email_override_base_path %>
2727
<% else %>
28-
<%= render 'shared/single_page_notification_button', content_item: @content_item %>
28+
<%= render 'shared/single_page_notification_button', content_item: @content_item, skip_account: "true" %>
2929
<% end %>
3030

3131
<div class="govuk-grid-row">

0 commit comments

Comments
 (0)