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, 0 insertions, 3 deletions
diff --git a/app/views/notify/_simple_diff.text.erb b/app/views/notify/_simple_diff.text.erb
deleted file mode 100644
index c28d1cc34d3..00000000000
--- a/app/views/notify/_simple_diff.text.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<% @discussion.truncated_diff_lines(highlight: false).each do |line| %>
-> <%= line.text %>
-<% end %>