summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPierre de La Morinerie <pierre@capitainetrain.com>2014-02-18 11:14:04 +0100
committerPierre de La Morinerie <pierre@capitainetrain.com>2014-03-03 16:58:44 +0100
commiteeb011e34a2ccc3ff8a37bd91d8cb7b5cc033228 (patch)
tree394dea7aecf0834d35d941fc702c2bbf3c35b75f /app/views
parent8e421d2bcb8088fa065b9bd8a6e1776c5140f4cd (diff)
downloadgitlab-ce-eeb011e34a2ccc3ff8a37bd91d8cb7b5cc033228.tar.gz
Remove the author name from issue notes emails
Rationale: the author name is now displayed in the email "From" field; this information is no longer needed.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/notify/_note_message.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml
index 9e329af2d47..ba2ed5697ba 100644
--- a/app/views/notify/_note_message.html.haml
+++ b/app/views/notify/_note_message.html.haml
@@ -1,6 +1,2 @@
-%p
- %strong #{@note.author_name}
- wrote:
-
%cite{style: 'color: #666'}
= markdown(@note.note)