mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Remove incidents count from bounced mails
This commit is contained in:
parent
6a93395fa4
commit
818869d249
4 changed files with 11 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue