aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb
diff options
context:
space:
mode:
authorLachlan Sylvester <lachlan.sylvester@hypothetical.com.au>2019-01-07 09:05:39 +1100
committerLachlan Sylvester <lachlan.sylvester@hypothetical.com.au>2019-01-07 10:56:41 +1100
commit0419bc35047a62286961feb6e3e0177c9aa18cfa (patch)
tree8df66e792e1e71696f75980c8b0908e678e24327 /actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb
parent1e09019088760adafaa122eb11c24effdb4c1160 (diff)
downloadrails-0419bc35047a62286961feb6e3e0177c9aa18cfa.tar.gz
rails-0419bc35047a62286961feb6e3e0177c9aa18cfa.tar.bz2
rails-0419bc35047a62286961feb6e3e0177c9aa18cfa.zip
add attachments to the new inbound mail
Diffstat (limited to 'actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb')
-rw-r--r--actionmailbox/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb5
1 files changed, 5 insertions, 0 deletions
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" %>
</div>
+ <div>
+ <%= form.label :attachments, "Attachments" %><br>
+ <%= form.file_field :attachments, multiple: true %>
+ </div>
+
<%= form.submit "Deliver inbound email" %>
<% end %>