1. Component Guide
  2. Single page notification button
  3. Already subscribed
Single page notification button example

Already subscribed

If the user has already subscribed to email notifications about the current page, display the “Stop getting emails about this page” state.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/single_page_notification_button", {
  base_path: "/current-page-path",
  already_subscribed: true
} %>