Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enterprise-4.8] OADP-443 broken breadcrumb #55085

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions _templates/_page_openshift.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<%= breadcrumb_group %>
</li>
<%= breadcrumb_subgroup_block %>
<%= breadcrumb_subsubgroup_block %>
<li class="hidden-xs active">
<%= breadcrumb_topic %>
</li>
Expand Down
3 changes: 2 additions & 1 deletion _templates/page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
subgroup_id = topics[0] + "::" + topics[1]
subsubgroup_id = topics[0] + "::" + topics[1] + "::" + topics[2]
# TO DO if breadcrumbs become an issue
breadcrumb_subsubgroup_block = ""
#breadcrumb_subsubgroup_block = ""
breadcrumb_topic = topic_title
end
%>
Expand All @@ -23,6 +23,7 @@
:subgroup_id => subgroup_id,
:subsubgroup_id => subsubgroup_id,
:subgroup_title => subgroup_title,
:subsubgroup_title => subsubgroup_title,
:topic_id => topic_id,
:topic_title => topic_title,
:article_title => article_title,
Expand Down
1 change: 1 addition & 0 deletions serverless/serverless-support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ When you open a support case, it is helpful to provide debugging information abo

include::modules/about-must-gather.adoc[leveloffset=+2]
include::modules/serverless-about-collecting-data.adoc[leveloffset=+2]