aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/action_mailroom/inbound_emails/show.html.erb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-27 16:45:59 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-27 16:45:59 -0700
commitb1e08b468b7041ef5df179213f686722b0ead358 (patch)
treefee5085088a1b24f323f5e67f6dd2534dbb49d5e /app/views/action_mailroom/inbound_emails/show.html.erb
parent4f0d6c87b15d96a4dba252be833b367bcd675e2b (diff)
downloadrails-b1e08b468b7041ef5df179213f686722b0ead358.tar.gz
rails-b1e08b468b7041ef5df179213f686722b0ead358.tar.bz2
rails-b1e08b468b7041ef5df179213f686722b0ead358.zip
Provide a basic admin interface
BEHOLD THE CONDUCTOR!
Diffstat (limited to 'app/views/action_mailroom/inbound_emails/show.html.erb')
-rw-r--r--app/views/action_mailroom/inbound_emails/show.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/action_mailroom/inbound_emails/show.html.erb b/app/views/action_mailroom/inbound_emails/show.html.erb
new file mode 100644
index 0000000000..bc443775e4
--- /dev/null
+++ b/app/views/action_mailroom/inbound_emails/show.html.erb
@@ -0,0 +1,8 @@
+<% provide :title, @inbound_email.message_id %>
+
+<h1><%= @inbound_email.message_id %>: <%= @inbound_email.status %></h1>
+
+<ul>
+ <li>Retry</li>
+ <li>Incinerate</li>
+</ul>