From 70b34e16cc72236ff18fdd0af326716195d94798 Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 22 Oct 2015 22:36:50 +0200 Subject: [PATCH] The note mailer had a title with no translation. Removed as it was not very useful anyway... --- app/views/note_mailer/create.text.haml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/views/note_mailer/create.text.haml b/app/views/note_mailer/create.text.haml index 62a25967..be237e7e 100644 --- a/app/views/note_mailer/create.text.haml +++ b/app/views/note_mailer/create.text.haml @@ -1,9 +1,7 @@ -=t '.title' += t '.body', subject: @note.event.title, contents: @note.contents \ -=t '.body', subject: @note.event.title, contents: @note.contents -\ = strip_tags @note.contents \ = moderations_url -\ -=t '.signature' +\ += t '.signature'