mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
missing files
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{if $menu_item.active}} active{{/if}}" href="{{$menu_item.href}}" title="{{$menu_item.title}}">
|
||||
{{$menu_item.label}}
|
||||
<span class="badge bg-secondary float-end">{{$menu_item.count}}</span>
|
||||
<span class="badge {{if $menu_item.active}} bg-light text-dark{{else}} bg-secondary{{/if}} float-end">{{$menu_item.count}}</span>
|
||||
</a>
|
||||
<li>
|
||||
{{/foreach}}
|
||||
|
||||
Reference in New Issue
Block a user