We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6374a53 commit 51b2320Copy full SHA for 51b2320
app/views/content_items/document_collection.html.erb
@@ -25,7 +25,7 @@
25
<% if @content_item.taxonomy_topic_email_override_base_path.present? %>
26
<%= render 'shared/taxon_signup_link', base_path: @content_item.taxonomy_topic_email_override_base_path %>
27
<% else %>
28
- <%= render 'shared/single_page_notification_button', content_item: @content_item %>
+ <%= render 'shared/single_page_notification_button', content_item: @content_item, skip_account: "true" %>
29
<% end %>
30
31
<div class="govuk-grid-row">
0 commit comments