From dda477410dc6f0bd7252172d8836ea35e1c15201 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 8 Mar 2011 22:11:34 -0800 Subject: [PATCH] use conversations_url() with a param in private message emails --- app/views/notifier/private_message.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifier/private_message.html.haml b/app/views/notifier/private_message.html.haml index 18c1b335f..e793779dd 100644 --- a/app/views/notifier/private_message.html.haml +++ b/app/views/notifier/private_message.html.haml @@ -10,7 +10,7 @@ %p %br - = link_to t('.sign_in'), conversation_url(@conversation) + = link_to t('.sign_in'), conversations_url(:conversation_id => @conversation) %br = t('notifier.love')