mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
List TUs that voted on a proposal.
This patch lists who voted on a proposal after the proposal is closed. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
8a54ae0a8c
commit
df75621d23
2 changed files with 27 additions and 1 deletions
|
@ -44,7 +44,20 @@ N/A
|
|||
</table>
|
||||
</table>
|
||||
</div></div>
|
||||
<br />
|
||||
|
||||
<?php
|
||||
if (!$isrunning) { ?>
|
||||
<div class="pgbox">
|
||||
<div class="pgboxtitle">
|
||||
<span class="f3"><?php echo __('Voters'); ?></span>
|
||||
</div>
|
||||
<div class="pgboxbody">
|
||||
<?php echo $whovoted; ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
} ?>
|
||||
|
||||
<div class='pgbox'>
|
||||
<div class='pgboxtitle'><span class='f3'><?php print __("Vote Actions") ?></span></div>
|
||||
<div class='pgboxbody'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue