c926d7ad6c
Lots of repetition with the helpers and params
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 %>
|