Tighter linking

This commit is contained in:
Jason Zimdars
2025-10-16 19:46:16 -05:00
parent f31a2693f4
commit 4fc61a5000
+1 -1
View File
@@ -1,4 +1,4 @@
<%= event_action_sentence(@event) %>
<% if @event.eventable %>
— <%= link_to "Show more", polymorphic_url(@event.eventable) %>
— <%= link_to "↗︎", polymorphic_url(@event.eventable) %>
<% end %>