Sha256: b1a7422a686ee25f1cb00289d06bbae7def1d2be146eb87edd5a85dfc4e313d9
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
= simple_form_for(<%= form_for %>) do |f| <% for attribute in attributes -%> = f.input :<%= attribute.name %> <% end -%> %p.text-right = f.button :submit, 'Save', data: { disable_with: 'Saving...' } = f.button :submit, 'Save and Continue', data: { disable_with: 'Saving...' } = f.button :submit, 'Save and Add New', data: { disable_with: 'Saving...' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
effective_developer-0.0.9 | lib/scaffolds/forms/_form.html.haml |