5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
<%= event_action_sentence(@event) %>
|
|
<% if @event.eventable %>
|
|
<%= link_to "See more", @event.eventable %>
|
|
<% end %>
|