b0deafc53e
* all the good changes * follows * dont send duplicates * remove follow_type for now * dont add all the extra stuff we're not implementing yet * refactor * lots of fixes * Delete activity.html.erb * Delete activity.text.erb * Update 20170209215819_create_follows.rb * Update schema.rb * Update mapping.rb * Update mailboxer.rb
6 lines
No EOL
180 B
Text
6 lines
No EOL
180 B
Text
<% topic = @entity || entity %>
|
|
<% event = @event || event %>
|
|
<%= event.user.name %> added topic <%= topic.name %> to map <%= event.map.name %>
|
|
|
|
topic_url(topic)
|
|
map_url(event.map) |