summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-29 18:07:55 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-29 18:07:55 +0300
commit9eeb96846fc9ba71367c1af95b1c547fe24ea1b6 (patch)
tree2b026eb81cb3a2765cac51298899a96f6ed2561d /app
parentdba913aa38868b107db7fcb4c5eff9212b5603b4 (diff)
parent25cc5fbf78196ba0629f72b4c37ed7f9d3b5eb53 (diff)
downloadgitlab-ce-9eeb96846fc9ba71367c1af95b1c547fe24ea1b6.tar.gz
Merge pull request #6877 from Nighoo/repository_push_email.text
do not html encode plaintext part of emails for push notifications
Diffstat (limited to 'app')
-rw-r--r--app/views/notify/repository_push_email.text.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/repository_push_email.text.haml b/app/views/notify/repository_push_email.text.haml
index b8d7fbeb046..a15b8efe1f7 100644
--- a/app/views/notify/repository_push_email.text.haml
+++ b/app/views/notify/repository_push_email.text.haml
@@ -17,7 +17,7 @@ Changes:
- else
= diff.new_path || diff.old_path
\=====================================
- = diff.diff
+ != diff.diff
\
- if @compare.timeout
Huge diff. To prevent performance issues it was hidden