diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2013-11-08 15:48:45 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2013-11-08 15:48:45 +0900 |
commit | 54e65c11762c867c39e9566dac3307bf790d2d86 (patch) | |
tree | 4f496937d955f5e522c5921ea37933135c50b2f0 | |
parent | c28786ecbeb7ba2e630896b37481b918af4ed39e (diff) | |
download | gitlab-ce-54e65c11762c867c39e9566dac3307bf790d2d86.tar.gz |
Improve message in email notifications
-rw-r--r-- | app/views/notify/_note_message.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml index 88c4df55b7f..9e329af2d47 100644 --- a/app/views/notify/_note_message.html.haml +++ b/app/views/notify/_note_message.html.haml @@ -1,6 +1,6 @@ %p %strong #{@note.author_name} - left next message: + wrote: %cite{style: 'color: #666'} = markdown(@note.note) |