Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2015-12-15 18:45:52 +0300
committerJob van der Voort <jobvandervoort@gmail.com>2015-12-15 18:45:52 +0300
commitddd806c66f7b1b064243f81e36412ddbe557b8da (patch)
treeaa42fdfbe61c9f17dec3788d42aef528849442f0 /app
parent4493d3fd556af6ded47f940f258b0fc26c9eb3e8 (diff)
Revert "Make sure notify email always has author info."
This reverts commit 303f79f8046876c7a461708dee5d1f50f12737bf.
Diffstat (limited to 'app')
-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)