style: lint code
All checks were successful
Ruby on Rails Test / rails-test (push) Successful in 1m55s

This commit is contained in:
kbe
2025-09-15 17:41:35 +02:00
parent 9a1976b6af
commit 24126eb834
2 changed files with 11 additions and 11 deletions

View File

@@ -21,8 +21,8 @@
</span>
<% else %>
<span class="inline-flex items-center px-2 py-1 rounded-md text-xs font-medium bg-gray-50 text-gray-600 border border-gray-200">
<i data-lucide="circle-check" class="w-3 h-3 mr-1 text-green-500"></i>
<%= remaining %> disponibles
<i data-lucide="ticket" class="w-3 h-3 mr-1 text-green-500"></i>
<%= remaining %>
</span>
<% end %>
</div>

View File

@@ -143,7 +143,7 @@
<h2 class="text-lg font-bold text-gray-900">Billets disponibles</h2>
</div>
<div class="">
<div>
<% if @event.ticket_types.any? %>
<div class="space-y-4 mb-6">
<% @event.ticket_types.each do |ticket_type| %>