From 6ee13212111ab67f920ff7778e39acd69a9878df Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 3 Feb 2014 21:53:21 +0100 Subject: Hide intermediate voting results In order to make votes as neutral as possible, current yes/no votes should not be shown until the voting period is over. Signed-off-by: Lukas Fleischer --- web/template/tu_details.php | 4 ++++ web/template/tu_list.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/web/template/tu_details.php b/web/template/tu_details.php index 5fe66c0..fca1815 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -62,17 +62,21 @@ if ($yes > $active_tus / 2) { + + + + + + @@ -46,8 +48,10 @@ endif; ?> + +
diff --git a/web/template/tu_list.php b/web/template/tu_list.php index 6ad9f90..b3e1073 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -17,8 +17,10 @@
-- cgit v1.2.3-54-g00ecf