Files
fizzy/app/views/terminals/_event.html.erb
T
2025-03-24 11:33:04 -05:00

5 lines
217 B
Plaintext

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