Files
fizzy/app/views/terminals/_event.html.erb
T
2025-04-25 13:58:41 -05:00

6 lines
249 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: { action: "toggle-class#remove", turbo_frame: "_top" } %>
</li>