Allow delete vote

This commit is contained in:
ricola 2025-04-06 17:04:31 -06:00
parent b254497ddc
commit ac32ce243a
2 changed files with 14 additions and 3 deletions

View file

@ -56,3 +56,6 @@
<form action="/votes/<%= @vote.secure_id %>/open" method="post">
<button type="submit">Open vote to participants</button>
</form>
<form action="/votes/<%= @vote.secure_id %>/delete" method="post">
<button type="submit">Delete vote</button>
</form>