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>
@@ -61,4 +61,4 @@
<% end %>
</div>
</div>
</div>
</div>