From ddd806c66f7b1b064243f81e36412ddbe557b8da Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Tue, 15 Dec 2015 16:45:52 +0100 Subject: Revert "Make sure notify email always has author info." This reverts commit 303f79f8046876c7a461708dee5d1f50f12737bf. --- app/views/notify/_note_message.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml index 27112c6745a..00cb4aa24cc 100644 --- a/app/views/notify/_note_message.html.haml +++ b/app/views/notify/_note_message.html.haml @@ -1,4 +1,2 @@ -%div - "#{link_to @note.author_name, user_url(@note.author)} wrote:" %div = markdown(@note.note, pipeline: :email) -- cgit v1.2.1