summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2013-08-26 17:29:24 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2013-08-26 17:34:31 +0200
commit2dd3d04f45f8a0e57f0c8686a12d7b95fe5bdb59 (patch)
treec2899efec29286a45b09942e03dd02bdadae1c4e /web/html
parentfb76aab8cffbc3d251fb635ae8e986c7138d8d68 (diff)
downloadaurweb-2dd3d04f45f8a0e57f0c8686a12d7b95fe5bdb59.tar.xz
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>
Diffstat (limited to 'web/html')
-rw-r--r--web/html/tu.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/tu.php b/web/html/tu.php
index e2f7712..d221619 100644
--- a/web/html/tu.php
+++ b/web/html/tu.php
@@ -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 {