832e63f99a
Follow-up to #2318 These are sent to other apps, so they need to be absolute. I changed this too eagerly when I was moving calls to `polymorphic_url`.
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
<%= @event.description_for(Current.user).to_plain_text %>
|
|
<% if @event.eventable %>
|
|
<%= link_to "↗︎", polymorphic_url(@event.eventable) %>
|
|
<% end %>
|