var misnamed
This commit is contained in:
parent
876c61a18e
commit
2d50f24be6
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
topic2 = (topic1.id == synapse.topic1_id ? synapse.topic2 : synapse.topic1) %>
|
||||
|
||||
<%= synapse.user.name %> connected topic <%= topic1.name %> to topic <%= topic2.name %>
|
||||
<%= synapse.desc.length > 0 ? ' with the description' + event.desc : '' %>
|
||||
<%= synapse.desc.length > 0 ? ' with the description' + synapse.desc : '' %>
|
||||
|
||||
<%= topic_url(topic1) %>
|
Loading…
Reference in a new issue