Files
fizzy/app/views/terminals/_event.html.erb
T
Jorge Manrubia 54f4bd5144 Generalize event's cards as eventable,add collection
Lots to tidy up but this is working
2025-04-24 12:28:16 +02:00

6 lines
218 B
Plaintext

<li class="min-width overflow-ellipsis">
<%= link_to event_action_sentence(event), collection_card_path(event.collection, event.eventable),
class: "terminal__link",
data: { turbo_frame: "_top" } %>
</li>