Don't include diff lines in image diff note notification email

This commit is contained in:
Douwe Maan 2018-12-20 15:25:31 +01:00
parent 047b7e506e
commit 34611f0dcd
No known key found for this signature in database
GPG Key ID: 5976703F65143D36
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<% end -%>
<% if discussion&.diff_discussion? -%>
<% if discussion&.diff_discussion? && discussion.on_text? -%>
<% discussion.truncated_diff_lines(highlight: false, diff_limit: diff_limit).each do |line| -%>
<%= "> #{line.text}\n" -%>
<% end -%>