Commit 25cc5fbf78196ba0629f72b4c37ed7f9d3b5eb53
1 parent
3657e951
Exists in
spb-stable
and in
2 other branches
do not html encode plaintext part of emails for push notifications
Also-by: Andrew Karpow <andy@ndyk.de>
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 |