summaryrefslogtreecommitdiff
path: root/app/views/notify/_simple_diff.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/_simple_diff.text.erb')
-rw-r--r--app/views/notify/_simple_diff.text.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/notify/_simple_diff.text.erb b/app/views/notify/_simple_diff.text.erb
new file mode 100644
index 00000000000..c28d1cc34d3
--- /dev/null
+++ b/app/views/notify/_simple_diff.text.erb
@@ -0,0 +1,3 @@
+<% @discussion.truncated_diff_lines(highlight: false).each do |line| %>
+> <%= line.text %>
+<% end %>