Improve indentation

This commit is contained in:
ricola 2025-06-08 18:17:56 -06:00
parent b41a0d0417
commit 9993d04ab0

View file

@ -3,7 +3,7 @@
<h2><%= _("Votes") %></h2>
<ul>
<% @votes.reverse.each do |vote| %>
<% @votes.reverse.each do |vote| %>
<li>
<a href="/votes/<%= vote.secure_id %>"><%= vote.title %></a>
<% case vote.state
@ -21,7 +21,7 @@
<% end %>
<% end %>
</li>
<% end %>
<% end %>
</ul>
<form action="/votes/new" method="get">