diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-01-16 14:38:53 +0100 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-01-17 19:19:28 +0100 |
commit | e460e04e16abe5409b2e4918016a29b0415790ca (patch) | |
tree | 679c63a8652e98b95e6a9ad07ff534617c3aca66 /app/views/notify | |
parent | ada6c6080b2fa0d63003f8b29b5c32195254906d (diff) | |
download | gitlab-ce-e460e04e16abe5409b2e4918016a29b0415790ca.tar.gz |
Add Diff syntax colors for email-on-push notifications
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/repository_push_email.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/repository_push_email.html.haml b/app/views/notify/repository_push_email.html.haml index d678147ec5d..b6fe445867c 100644 --- a/app/views/notify/repository_push_email.html.haml +++ b/app/views/notify/repository_push_email.html.haml @@ -23,7 +23,7 @@ = diff.new_path || diff.old_path %hr %pre - = diff.diff + = color_email_diff(diff.diff) %br - if @compare.timeout |