Update menu-sidebar.twig

Small changes for the Classification in the menu-sidebar.
When route `groups` is active add class `menu-open` by adding this code `{{ activeRoutePartial('groups') }}`
This commit is contained in:
VREEdom 2021-06-11 12:14:04 +07:00 committed by GitHub
parent 8b90d2297d
commit 374aea4e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@
</ul>
</li>
<li class="{{ activeRoutePartial('categories') }} {{ activeRoutePartial('tags') }} treeview">
<li class="{{ activeRoutePartial('categories') }} {{ activeRoutePartial('tags') }} {{ activeRoutePartial('groups') }} treeview">
<a href="#">
<i class="fa fa-tags fa-fw"></i>
<span>{{ 'classification'|_ }}</span>