From 0419bc35047a62286961feb6e3e0177c9aa18cfa Mon Sep 17 00:00:00 2001 From: Lachlan Sylvester Date: Mon, 7 Jan 2019 09:05:39 +1100 Subject: add attachments to the new inbound mail --- .../views/rails/conductor/action_mailbox/inbound_emails/new.html.erb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb') diff --git a/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb b/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb index 7f1ec74496..a3c3d39064 100644 --- a/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb +++ b/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb @@ -38,5 +38,10 @@ <%= form.text_area :body, size: "40x20" %> +
+ <%= form.label :attachments, "Attachments" %>
+ <%= form.file_field :attachments, multiple: true %> +
+ <%= form.submit "Deliver inbound email" %> <% end %> -- cgit v1.2.3