Use consistent layout

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

View file

@ -31,8 +31,6 @@
<% end %>
</ol>
<% if @vote.users.exists?(current_user.id) %>
<h2>Organizers</h2>
<ul>
@ -41,6 +39,8 @@
<% end %>
</ul>
<% if @vote.users.exists?(current_user.id) %>
<h3>Actions for organizers</h3>
<form action="/votes/<%= @vote.secure_id %>/reopen" method="post">