Sha256: 5d71e06ace296ab6fa5abe2d51d4b8eb55c07dd93c19301acd8599f17725ab1c

Contents?: true

Size: 273 Bytes

Versions: 300

Compression:

Stored size: 273 Bytes

Contents

= simple_form_for(@<%= singular_table_name %>) do |f|
  = f.error_notification

  .form-inputs
  <%- attributes.each do |attribute| -%>
    = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %>
  <%- end -%>

  .form-actions
    = f.button :submit

Version data entries

300 entries across 299 versions & 22 rubygems

Version Path
ecm_news2_backend-1.2.6 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_cms2_backend-1.3.1 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_cms2_backend-1.3.0 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_cms2_backend-1.2.3 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_news2_backend-1.2.5 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_news2_backend-1.2.4 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_downloads2_backend-2.0.2 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_news2_backend-1.2.3 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_news2_backend-1.2.2 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_downloads2_backend-2.0.1 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_cms2_backend-1.2.2 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
simple_form-3.5.0 lib/generators/simple_form/templates/_form.html.haml
ecm_downloads2_backend-2.0.0 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/simple_form-3.4.0/lib/generators/simple_form/templates/_form.html.haml
ecm_downloads2_backend-1.1.1 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
ecm_cms2_backend-1.2.1 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
optimacms-0.3.9 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
optimacms-0.3.8 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
optimacms-0.3.7 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
optimacms-0.3.6 spec/dummy/lib/templates/haml/scaffold/_form.html.haml