🐛 Actually display if voting is anonymous or not
This commit is contained in:
parent
3707726d10
commit
b8de119cc6
1 changed files with 4 additions and 0 deletions
|
@ -45,7 +45,11 @@
|
||||||
{{ .Voting.Threshold }}
|
{{ .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">
|
||||||
|
{{ if .Voting.Anonymous }}
|
||||||
YES
|
YES
|
||||||
|
{{ else }}
|
||||||
|
NO
|
||||||
|
{{ end }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue