develop #3

Merged
kbe merged 227 commits from develop into main 2025-09-16 14:35:23 +00:00
2 changed files with 11 additions and 11 deletions
Showing only changes of commit 24126eb834 - Show all commits

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| %>