gitlab-org--gitlab-foss/app/views/notify/_simple_diff.text.erb
hhoopes a761c59a6b Add keyword arguments to truncated_diff method
* Added keyword arguments to truncated_diff_lines method to allow for using highlighting or not (html templates vs. text)
* Tweaked templates for consistency and format appropriateness
2016-11-25 15:23:49 +00:00

3 lines
108 B
Text

<% @discussion.truncated_diff_lines(highlight: false).each do |line| %>
<%= "> " + line.text %>
<% end %>