mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-03 14:19:54 +01:00
Fix system menu of plugins (#3902)
In the system settings, the menu-item-hover class has been added to the plugin menu.
This commit is contained in:
committed by
GitHub
parent
7be433d331
commit
ecd3f5b4eb
@@ -33,7 +33,7 @@
|
||||
</li>
|
||||
@gitbucket.core.plugin.PluginRegistry().getSystemSettingMenus.map { menu =>
|
||||
@menu(context).map { link =>
|
||||
<li@if(active==link.id){ class="active"}>
|
||||
<li class="menu-item-hover @if(active==link.id){active}">
|
||||
<a href="@context.path/@link.path">
|
||||
<i class="menu-icon octicon octicon-@link.icon.getOrElse("plug")"></i>
|
||||
<span>@link.label</span>
|
||||
|
||||
Reference in New Issue
Block a user