Sha256: fd7501c4594bfb1e4c0708cfc6a9ecdda2b8d34d790adf2fcdd72bd22378f20b
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
= render 'shared/obj', obj: @seo_page #enjoy_cms_contact_form = simple_form_for @contact_message, url: enjoy_contacts_path do |f| = f.input :name = f.input :email = f.input :phone = f.input :content = f.input :captcha, as: :simple_captcha = f.submit t('enjoy.send')
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enjoy_cms-0.3.5 | app/views/enjoy/contacts/index.html.slim |
enjoy_cms-0.3.5 | app/views/enjoy/contacts/new.html.slim |