Use consistent layout
This commit is contained in:
parent
958ec8a2a9
commit
b254497ddc
2 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue