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'