mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
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:
parent
8b90d2297d
commit
374aea4e09
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user