mirror of https://github.com/bra1n/townsquare.git
rewrote vote text to be less confusing (closes #24)
This commit is contained in:
parent
bc07255366
commit
ac29310eb4
|
@ -10,12 +10,12 @@
|
|||
>!
|
||||
<br />
|
||||
<template v-if="nominee.role.team !== 'traveler'">
|
||||
<em class="blue">{{ Math.ceil(alive / 2) }} votes</em> required to
|
||||
<em>execute</em>.
|
||||
<em class="blue">{{ Math.ceil(alive / 2) }} votes</em> required for a
|
||||
<em>majority</em>.
|
||||
</template>
|
||||
<template v-else>
|
||||
<em>{{ Math.ceil(players.length / 2) }} votes</em> required to
|
||||
<em>exile</em>.
|
||||
<em>{{ Math.ceil(players.length / 2) }} votes</em> required for a
|
||||
<em>majority</em>.
|
||||
</template>
|
||||
|
||||
<div v-if="session.lockedVote > 1">
|
||||
|
|
Loading…
Reference in New Issue