Allow delete vote
This commit is contained in:
parent
b254497ddc
commit
ac32ce243a
2 changed files with 14 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue