mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'maint'
This commit is contained in:
commit
492a5db229
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ if (has_credential(CRED_PKGBASE_CHANGE_CATEGORY, array($row["MaintainerUID"]))):
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= __('Votes') . ': ' ?></th>
|
<th><?= __('Votes') . ': ' ?></th>
|
||||||
<?php if (has_credential(CRED_PKGBASE_LIST_VOTERS)): ?>
|
<?php if (has_credential(CRED_PKGBASE_LIST_VOTERS)): ?>
|
||||||
<td><a href="<?= get_pkgbase_uri($row['Name']); ?>voters/"><?= $votes ?></a></td>
|
<td><a href="<?= get_pkgbase_uri($row['BaseName']); ?>voters/"><?= $votes ?></a></td>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<td><?= $votes ?></td>
|
<td><?= $votes ?></td>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue