Skip to content

Commit

Permalink
OADP-443 broken breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-rh authored and openshift-cherrypick-robot committed Jan 23, 2023
1 parent 7f99363 commit cfb2d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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]

0 comments on commit cfb2d41

Please sign in to comment.