Sha256: 10b316e8efca1aa6ea8e9373b8e8fc4700bd44e72fa577761c9b9a1df28996f5
Contents?: true
Size: 413 Bytes
Versions: 34
Compression:
Stored size: 413 Bytes
Contents
= simple_form_for(@<%= singular_table_name %>) do |f| = f.error_notification .form-inputs <%- attributes.each_with_index do |attribute, i| -%> = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %><%= ', autofocus: true' if i == 0 %> <%- end -%> .form-actions = f.button :submit, class: 'btn btn-primary' ' = link_to 'Back', <%= index_helper %>_path, class: 'btn'
Version data entries
34 entries across 27 versions & 1 rubygems