mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-05 22:19:00 +02:00
Fix bug in rendering of system menu icons
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
@menu(context).map { link =>
|
||||
<li@if(active==link.id){ class="active"}>
|
||||
<a href="@context.path/@link.path">
|
||||
<i class="menu-icon octicon octicon-plug"></i>
|
||||
<i class="menu-icon octicon octicon-@link.icon.getOrElse("plug")"></i>
|
||||
<span>@link.label</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user