Skip to content

Commit

Permalink
Make voting winners more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
rvirtaha committed Nov 13, 2024
1 parent 8d6da83 commit 4add695
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/templates/components/voting-list-draft-and-closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@
<div class="transfer-election closed-voting card prodeko-blue white-text center"
data-testid="voting-{{ voting.id }}">
<div class="card-title-container" onclick="expandResults(this)">
<h3 class="card-title bold-font">{{ voting.name }}</h3>
<div>
<h3 class="card-title bold-font">{{ voting.name }}</h3>
<br />
<h4 class="card-title bold-font">Valitaan: <span class="elected">{{ result.winners|join(", ") }}</span></h4>
</div>
{% if result.round_results.len() > 1 %}
<i class="expand-results material-icons">chevron_right</i>
{% endif %}
Expand Down

0 comments on commit 4add695

Please sign in to comment.