From 2d50f24be6a544c827468c745a730f6a59654672 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 11 Feb 2017 14:21:47 +0000 Subject: [PATCH] var misnamed --- app/views/topic_mailer/connected.text.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topic_mailer/connected.text.erb b/app/views/topic_mailer/connected.text.erb index e173ae4d..33afd027 100644 --- a/app/views/topic_mailer/connected.text.erb +++ b/app/views/topic_mailer/connected.text.erb @@ -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) %> \ No newline at end of file