develop #3
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<i data-lucide="chevron-right" class="w-4 h-4 text-gray-400"></i>
|
<i data-lucide="chevron-right" class="w-4 h-4 text-gray-400"></i>
|
||||||
<div class="inline-flex items-center text-sm font-medium">
|
<div class="inline-flex items-center text-sm font-medium">
|
||||||
<%= link_to @order.event.name, event_path(@order.event.slug, @order.event), class: "text-gray-700 hover:text-purple-600 transition-colors" do %>
|
<%= link_to event_path(@order.event.slug, @order.event), class: "text-gray-700 hover:text-purple-600 transition-colors" do %>
|
||||||
<%= @order.event.name %>
|
<%= @order.event.name %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user