fix plugin manager

This commit is contained in:
Ibnu Maksum 2024-01-11 10:07:56 +07:00
parent 05ed37d3d8
commit a953157b68
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -39,7 +39,7 @@
<div class="box-header">
<h3 class="box-title">{$pg['name']}</h3>
</div>
<div class="box-body">{$pg['description']}<br><small><i>@{$plugin['author']} Last update: {$plugin['last_update']}</i></small></div>
<div class="box-body">{$pg['description']}<br><small><i>@{$pg['author']} Last update: {$pg['last_update']}</i></small></div>
<div class="box-footer ">
<div class="btn-group btn-group-justified" role="group" aria-label="...">
<a href="{$pg['url']}" target="_blank"