Commit 25cc5fbf78196ba0629f72b4c37ed7f9d3b5eb53

Authored by Nico Suhl
1 parent 3657e951

do not html encode plaintext part of emails for push notifications

Also-by: Andrew Karpow <andy@ndyk.de>
app/views/notify/repository_push_email.text.haml
@@ -17,7 +17,7 @@ Changes: @@ -17,7 +17,7 @@ Changes:
17 - else 17 - else
18 = diff.new_path || diff.old_path 18 = diff.new_path || diff.old_path
19 \===================================== 19 \=====================================
20 - = diff.diff 20 + != diff.diff
21 \ 21 \
22 - if @compare.timeout 22 - if @compare.timeout
23 Huge diff. To prevent performance issues it was hidden 23 Huge diff. To prevent performance issues it was hidden