Commit 9eeb96846fc9ba71367c1af95b1c547fe24ea1b6

Authored by Dmitriy Zaporozhets
2 parents dba913aa 25cc5fbf

Merge pull request #6877 from Nighoo/repository_push_email.text

do not html encode plaintext part of emails for push notifications
app/views/notify/repository_push_email.text.haml
... ... @@ -17,7 +17,7 @@ Changes:
17 17 - else
18 18 = diff.new_path || diff.old_path
19 19 \=====================================
20   - = diff.diff
  20 + != diff.diff
21 21 \
22 22 - if @compare.timeout
23 23 Huge diff. To prevent performance issues it was hidden
... ...