Commit 9eeb96846fc9ba71367c1af95b1c547fe24ea1b6
Exists in
spb-stable
and in
2 other branches
Merge pull request #6877 from Nighoo/repository_push_email.text
do not html encode plaintext part of emails for push notifications
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 |