Fix issue with stricter template syntax
This commit is contained in:
parent
03247b420d
commit
b0aa52fc24
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
<a href="/motions/{{ .Tag }}">Hide Votes</a>
|
||||
{{ else if or ((ne 0 .Ayes) (ne 0 .Nayes) (ne 0 .Abstains)) }}
|
||||
{{ else if or (ne 0 .Ayes) (ne 0 .Nayes) (ne 0 .Abstains) }}
|
||||
<a href="/motions/{{ .Tag }}?showvotes=1">Show Votes</a>
|
||||
{{ end }}
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue