Sha256: e84363f3c6eae1e896267e164d17d94debe2cc43e34bb70e9484a589aa3a9134
Contents?: true
Size: 371 Bytes
Versions: 103
Compression:
Stored size: 371 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.text_area :source, size: "80x60" %> </div> <%= form.submit "Deliver inbound email" %> <% end %>
Version data entries
103 entries across 98 versions & 8 rubygems