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
optimacms-0.1.61 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.22 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.21 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.20 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.19 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.18 testing-with-2.1.18/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.18 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.17 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.16 installer/core/lib/templates/haml/scaffold/_form.html.haml
optimacms-0.4.3 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
optimacms-0.4.2 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.15 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.14 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.13 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.12 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.11 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.10 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.9 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.8 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.7 installer/core/lib/templates/haml/scaffold/_form.html.haml