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 f205b65 commit e757590Copy full SHA for e757590
sqlpage/templates/shell.handlebars
@@ -94,7 +94,7 @@
94
{{~#if (or (eq (typeof this) 'object') (and (eq (typeof this) 'string') (starts_with this '{')))}}
95
{{~#with (parse_json this)}}
96
{{#if (or (or this.title this.icon) this.image)}}
97
- <li class="nav-item{{#if this.submenu}} dropdown{{/if}}">
+ <li class="nav-item{{#if this.submenu}} dropdown{{/if}}{{#if this.active}} active{{/if}}">
98
<a class="nav-link {{#if this.submenu}}dropdown-toggle{{/if}}" href="{{#if this.link}}{{this.link}}{{else}}#{{/if}}"
99
{{~#if this.submenu}} data-bs-toggle="dropdown" data-bs-auto-close="outside" {{/if~}}
100
{{#if this.target}}target="{{this.target}}"{{/if}}
0 commit comments