diff --git a/_templates/_nav_openshift.html.erb b/_templates/_nav_openshift.html.erb index 0dca28e262..7a726119c9 100644 --- a/_templates/_nav_openshift.html.erb +++ b/_templates/_nav_openshift.html.erb @@ -7,9 +7,16 @@ <%# topic_group[:id] %> <%# topic_id %> + + <%- current_group = topic_group[:id] == group_id -%>
  • <%= subtopic[:name] %> @@ -84,19 +92,23 @@ - <%- current_subsubgroup = subtopic[:id] == subgroup_id -%> + <%- current_subsubgroup = subtopic[:id] == subsubgroup_id -%> + <%# subsubgroup_id %> + <%# subtopic[:id] %> + <%# current_subsubgroup %>