Sha256: 37e61ba0d3034b83a1562125f6ac2ed5c451645da977208f10d770ab892619cb
Contents?: true
Size: 345 Bytes
Versions: 2
Compression:
Stored size: 345 Bytes
Contents
<%= simple_form_for :mailchimp, url: main_app.mailchimp_url(format: :js), remote: true, html: { id: 'mailchimp_form' } do |f| %> <%= invisible_captcha %> <div class="cms-mailchimp"> <%= f.input :email, label: false, wrapper: false, input_html: cms_validate_email %> <%= f.submit cms_form_send, cms_form_sending %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_cms-0.1.1 | app/views/cms/shared/_mailchimp.html.erb |
rails_admin_cms-0.0.9 | app/views/cms/shared/_mailchimp.html.erb |