diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-10 00:41:25 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-10 00:41:25 -0800 |
commit | c9e31875dc4e27e679aed3f301a8161b45b4ce99 (patch) | |
tree | a5f761098d8847b8636f5d9cdb6e1378195a6873 /app/views/notify | |
parent | fa323c0ca112aeab52869efd84f2cb137558967b (diff) | |
parent | 54e65c11762c867c39e9566dac3307bf790d2d86 (diff) | |
download | gitlab-ce-c9e31875dc4e27e679aed3f301a8161b45b4ce99.tar.gz |
Merge pull request #5566 from dpursehouse/improve-email-notification-message
Improve message in email notifications
Diffstat (limited to 'app/views/notify')
-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) |