diff --git a/app/views/components/_ticket_card.html.erb b/app/views/components/_ticket_card.html.erb index 24484af..fe556d4 100644 --- a/app/views/components/_ticket_card.html.erb +++ b/app/views/components/_ticket_card.html.erb @@ -15,7 +15,6 @@

- <%= quantity %> total • <% if sold_out %> @@ -33,18 +32,8 @@ <% end %>

-
- -
- <% if sold_out %> -
- - - - Unavailable -
- <% else %> + <% unless sold_out %>
+ <% else %> +
+ + + + Unavailable +
<% end %>