Sha256: 92ea6a1575d1a62886eeaea22c37a8d210b5ac22a62adaa57e428dd0bb60b13d
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
ruby: form_options = { html: { multipart: true, novalidate: true, class: 'js-file-form', remote: true, data: { type: "html" } } } = simple_form_for(@deploy_hook, form_options) do |f| = fae_input f, :environment = fae_input f, :url, label: 'URL' = f.submit = button_tag 'Cancel', type: 'button', class: 'js-cancel-nested cancel-nested-button'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fae-rails-3.0.0 | app/views/fae/deploy_hooks/_form.html.slim |
fae-rails-2.2.0 | app/views/fae/deploy_hooks/_form.html.slim |