Signed-off-by: Lukas Fleischer <[email protected]>
---
 web/template/pkg_details.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index bd08282..d4e4e4e 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -112,6 +112,10 @@ $sources = package_sources($row["ID"]);
 
        <table id="pkginfo">
                <tr>
+                       <th><?= __('Package Base') . ': ' ?></th>
+                       <td class="wrap"><a href="<?= 
htmlspecialchars(get_pkgbase_uri($row['BaseName']), ENT_QUOTES); ?>"><?= 
htmlspecialchars($row['BaseName']); ?></a></td>
+               </tr>
+               <tr>
                        <th><?= __('Description') . ': ' ?></th>
                        <td class="wrap"><?= 
htmlspecialchars($row['Description']); ?></td>
                </tr>
-- 
1.9.1

Reply via email to