mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Remove link from system status widget title
At least for now, there's no sensible link target, so it's better to not link anywhere. Project......: Performance Profiling Sponsored-by.: NLnet NGI0 Commons Fund
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="mb-1 text-uppercase">
|
||||
<a href="{{$url}}"><i class="bi bi-{{$icon|escape}} generic-icons-nav"></i>{{$label|escape}}</a>
|
||||
<i class="bi bi-{{$icon|escape}} generic-icons-nav"></i>{{$label|escape}}
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card mb-4">
|
||||
<div class="card-body clearfix">
|
||||
<table>
|
||||
{{foreach $items as $id => $item}}
|
||||
|
||||
Reference in New Issue
Block a user