mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add "Last Votes by TU" list
This shows a list of all Trusted Users and the vote ID of the last proposal each of the TUs voted on. This list is sorted by vote ID. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
fb76aab8cf
commit
2dd3d04f45
3 changed files with 61 additions and 0 deletions
|
@ -134,6 +134,8 @@ if ($atype == "Trusted User" || $atype == "Developer") {
|
|||
<?php endif; ?>
|
||||
</div>
|
||||
<?php
|
||||
$result = last_votes_list();
|
||||
include("tu_last_votes_list.php");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue