mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
9 lines
401 B
Smarty
9 lines
401 B
Smarty
{{if $categories}}
|
|
<!--div class="filesavetags"-->
|
|
{{foreach $categories as $cat}}
|
|
<span class="item-category badge rounded-pill bg-danger"><i class="bi bi-folder"></i> {{$cat.term}} <a href="{{$cat.removelink}}" class="text-white" title="{{$remove}}" onClick="itemFilerRm({{$cat.id}}, '{{$cat.term}}'); return false;"><i class="bi bi-x-lg"></i></a></span>
|
|
{{/foreach}}
|
|
<!--/div-->
|
|
{{/if}}
|
|
|