summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2015-12-15 16:45:52 +0100
committerJob van der Voort <jobvandervoort@gmail.com>2015-12-15 16:45:52 +0100
commitddd806c66f7b1b064243f81e36412ddbe557b8da (patch)
treeaa42fdfbe61c9f17dec3788d42aef528849442f0
parent4493d3fd556af6ded47f940f258b0fc26c9eb3e8 (diff)
downloadgitlab-ce-ddd806c66f7b1b064243f81e36412ddbe557b8da.tar.gz
Revert "Make sure notify email always has author info."remove-author-from-email
This reverts commit 303f79f8046876c7a461708dee5d1f50f12737bf.
-rw-r--r--app/views/notify/_note_message.html.haml2
1 files changed, 0 insertions, 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)