This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new e56aebd CAMEL-14904: Nav pane does not show current page
e56aebd is described below
commit e56aebda7a6e6ba43254ca8c33f1f1cc750b10b3
Author: Aemie Jariwala <[email protected]>
AuthorDate: Sun Jun 7 19:29:29 2020 +0530
CAMEL-14904: Nav pane does not show current page
---
antora-ui-camel/src/partials/nav-menu.hbs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/antora-ui-camel/src/partials/nav-menu.hbs
b/antora-ui-camel/src/partials/nav-menu.hbs
index 8c5d71e..e8def43 100644
--- a/antora-ui-camel/src/partials/nav-menu.hbs
+++ b/antora-ui-camel/src/partials/nav-menu.hbs
@@ -1,9 +1,9 @@
{{#if page.navigation}}
-<div class="nav-panel-menu is-active" data-panel="menu">
+<div class="nav-panel-menu is-active">
{{#if (eq page.component.name 'components')}}
<input class="search" placeholder="Quick lookup">
{{/if}}
- <nav class="nav-menu">
+ <nav class="nav-menu" data-panel="menu">
<h3 class="title"><a href="{{relativize page.url
page.componentVersion.url}}">{{page.component.title}}</a></h3>
{{> nav-tree navigation=page.navigation}}
</nav>