Remove incidents count from bounced mails

This commit is contained in:
Karl Erik Õunapuu 2020-09-21 11:46:42 +03:00
parent 6a93395fa4
commit 818869d249
No known key found for this signature in database
GPG key ID: C9DD647298A34764
4 changed files with 11 additions and 8 deletions

View file

@ -7,11 +7,6 @@
<%= @bounced_mail_address.bounce_reason %>
</p>
<p>
<strong>Incidents:</strong>
<%= @bounced_mail_address.incidents %>
</p>
<p>
<strong>Bounced recipient JSON:</strong>
<pre><%= JSON.pretty_generate(@bounced_mail_address.recipient_json) %></pre>