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
keppler-2.1.6 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.5 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.4 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.3 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.2 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.1 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1.pre.p1 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.1 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.7 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.6 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.5 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.4.p1 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.4.pre.p1 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.4 installer/core/lib/templates/haml/scaffold/_form.html.haml
ecm_cms2_backend-1.3.2 spec/dummy/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.3 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.2 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.1 installer/core/lib/templates/haml/scaffold/_form.html.haml
keppler-2.0.0 installer/core/lib/templates/haml/scaffold/_form.html.haml
ecm_downloads2_backend-2.1.0 spec/dummy/lib/templates/haml/scaffold/_form.html.haml