1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/app/views/action_mailroom/inbound_emails/show.html.erb

9 lines
172 B
Text
Raw Normal View History

<% provide :title, @inbound_email.message_id %>
<h1><%= @inbound_email.message_id %>: <%= @inbound_email.status %></h1>
<ul>
<li>Retry</li>
<li>Incinerate</li>
</ul>