Missing +/- prefixes on diffs blocks on emails
Emails that use app/views/projects/diffs/_line.html.haml
like app/views/notify/repository_push_email.html.haml
through Notify.repository_push_email
as seen on spec/mailers/notify_spec.rb
should also have +
/-
prefix.
Currently in master it looks like this.
Related: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7133
/cc @smcgivern