Files
fizzy/app/views/terminals/_event.html.erb
T
2025-04-09 14:50:58 +02:00

5 lines
219 B
Plaintext

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