🩹 Actually display quroum/threshold in vote_form
This commit is contained in:
parent
53ad7ed03d
commit
58cb8645a4
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="border-b bg-gray-800 border-gray-700">
|
<tr class="border-b bg-gray-800 border-gray-700">
|
||||||
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
||||||
SIMPLE
|
{{ .Voting.Quorum }}
|
||||||
</td>
|
</td>
|
||||||
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
||||||
SIMPLE
|
{{ .Voting.Threshold }}
|
||||||
</td>
|
</td>
|
||||||
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
<td scope="row" class="px-6 py-2 font-medium whitespace-nowrap text-white">
|
||||||
YES
|
YES
|
||||||
|
|
Loading…
Reference in a new issue