mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_details.php: Add link to package base details
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
f7d13b5b36
commit
afb02a10c6
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ $sources = package_sources($row["ID"]);
|
|||
</div>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue