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