We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2045f3 commit 5925139Copy full SHA for 5925139
app/helpers/application_helper.rb
@@ -24,7 +24,7 @@ def current_path_without_query_string
24
def show_breadcrumbs?(content_item)
25
return false if content_item.nil?
26
27
- no_breadcrumbs_for = %w[flexible_page homepage landing_page service_manual_homepage service_manual_guide service_manual_service_standard service_manual_service_toolkit service_manual_topic]
+ no_breadcrumbs_for = %w[flexible_page homepage landing_page service_manual_homepage service_manual_guide service_manual_service_standard service_manual_service_toolkit service_manual_topic html_publication]
28
29
return false if no_breadcrumbs_for.include?(content_item.schema_name)
30
0 commit comments