summaryrefslogtreecommitdiff
path: root/app/views/notify/repository_push_email.html.haml
diff options
context:
space:
mode:
authorHannes Rosenögger <123haynes@gmail.com>2015-01-16 14:38:53 +0100
committerHannes Rosenögger <123haynes@gmail.com>2015-01-17 19:19:28 +0100
commite460e04e16abe5409b2e4918016a29b0415790ca (patch)
tree679c63a8652e98b95e6a9ad07ff534617c3aca66 /app/views/notify/repository_push_email.html.haml
parentada6c6080b2fa0d63003f8b29b5c32195254906d (diff)
downloadgitlab-ce-e460e04e16abe5409b2e4918016a29b0415790ca.tar.gz
Add Diff syntax colors for email-on-push notifications
Diffstat (limited to 'app/views/notify/repository_push_email.html.haml')
-rw-r--r--app/views/notify/repository_push_email.html.haml2
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