{{ $t("vote-history-modal.time") }} | {{ $t("vote-history-modal.nominator") }} | {{ $t("vote-history-modal.nominee") }} | {{ $t("vote-history-modal.type") }} | {{ $t("vote-history-modal.votes") }} | {{ $t("vote-history-modal.majority") }} |
|
{{ vote.timestamp .getHours() .toString() .padStart(2, "0") }}:{{ vote.timestamp .getMinutes() .toString() .padStart(2, "0") }} | {{ vote.nominator }} | {{ vote.nominee }} | {{ vote.type }} |
{{ vote.votes.length }}
|
{{ vote.majority }}
|
{{ vote.votes.join(", ") }} |