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> </span>
<% else %> <% 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"> <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> <i data-lucide="ticket" class="w-3 h-3 mr-1 text-green-500"></i>
<%= remaining %> disponibles <%= remaining %>
</span> </span>
<% end %> <% end %>
</div> </div>

View File

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