Files
fizzy/app/views/webhooks/event.html.erb
T
2025-10-28 15:38:10 -05:00

5 lines
132 B
Plaintext

<%= event_action_sentence(@event) %>
<% if @event.eventable %>
<%= link_to "↗︎", polymorphic_url(@event.eventable) %>
<% end %>