This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 470990b  Closed overrides open. Tweak closed wording.
470990b is described below

commit 470990b0e7bf48542a4f3f531dd2ca531b339cf4
Author: Greg Stein <[email protected]>
AuthorDate: Thu Oct 2 08:10:54 2025 -0500

    Closed overrides open. Tweak closed wording.
---
 v3/server/templates/voter.ezt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/v3/server/templates/voter.ezt b/v3/server/templates/voter.ezt
index e70cd4c..d38efc5 100644
--- a/v3/server/templates/voter.ezt
+++ b/v3/server/templates/voter.ezt
@@ -8,8 +8,8 @@
                     <div class="card h-100">
                         <div class="card-body">
                             <h5 class="card-title">[election.title][#
-                              ][if-any election.is_opened] (open)[else][#
-                              ][if-any election.closed] (closed)[end][end]</h5>
+                              ][if-any election.closed] (closed)[else][#
+                              ][if-any election.is_opened] 
(open)[end][end]</h5>
                             <p class="card-text">
                                 something about the election?
                                 <br/>
@@ -24,7 +24,7 @@
                         </div>
                         <div class="card-footer text-muted">
                             [if-any election.closed]
-                                Closed on
+                                Closed
                                 <span 
title="[election.fmt_close_at_full]">[election.fmt_close_at]</span>
                             [else]
                                 [if-any election.open_at]

Reply via email to