var misnamed

This commit is contained in:
Connor Turland 2017-02-11 14:21:47 +00:00
parent 876c61a18e
commit 2d50f24be6

View file

@ -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) %>