Sha256: 23735ef036014776b5ccfc4ffa596c2a33da468a8711c6251d9e6435a8c6ea9b
Contents?: true
Size: 370 Bytes
Versions: 12
Compression:
Stored size: 370 Bytes
Contents
<% provide :title, "Deliver new inbound email by source" %> <h1>Deliver new inbound email by source</h1> <%= form_with(url: main_app.rails_conductor_inbound_email_sources_path, local: true) do |form| %> <div> <%= form.label :source, "Source" %><br> <%= form.textarea :source, size: "80x60" %> </div> <%= form.submit "Deliver inbound email" %> <% end %>
Version data entries
12 entries across 12 versions & 2 rubygems