summaryrefslogtreecommitdiff
path: root/app/views/notify/_note_message.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/_note_message.html.haml')
-rw-r--r--app/views/notify/_note_message.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml
deleted file mode 100644
index e9c66170877..00000000000
--- a/app/views/notify/_note_message.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-- if current_application_settings.email_author_in_body
- %div
- #{link_to @note.author_name, user_url(@note.author)} wrote:
-%div
- = markdown(@note.note, pipeline: :email, author: @note.author)