Sha256: b5048bdc7d8fca6b1028147e8232054d2bbeacbda8489ccce21f80d7a4486cb7

Contents?: true

Size: 281 Bytes

Versions: 19

Compression:

Stored size: 281 Bytes

Contents

= simple_form_for([:cms, @<%= 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

19 entries across 19 versions & 1 rubygems

Version Path
shoestrap-0.4.1 templates/haml/scaffold/_form.html.haml
shoestrap-0.4.0 templates/haml/scaffold/_form.html.haml
shoestrap-0.3.1.pre templates/haml/scaffold/_form.html.haml
shoestrap-0.3.0 templates/haml/scaffold/_form.html.haml
shoestrap-0.3.0.pre2 templates/haml/scaffold/_form.html.haml
shoestrap-0.3.0.pre1 templates/haml/scaffold/_form.html.haml
shoestrap-0.3.0.pre templates/haml/scaffold/_form.html.haml
shoestrap-0.2.5 templates/haml/scaffold/_form.html.haml
shoestrap-0.2.4 templates/haml/scaffold/_form.html.haml
shoestrap-0.2.3 templates/haml/scaffold/_form.html.haml
shoestrap-0.2.2 templates/haml/scaffold/_form.html.haml
shoestrap-0.2.1 templates/haml/scaffold/_form.html.haml
shoestrap-0.2.0 templates/haml/scaffold/_form.html.haml
shoestrap-0.1.1 templates/haml/scaffold/_form.html.haml
shoestrap-0.1.0 templates/haml/scaffold/_form.html.haml
shoestrap-0.0.4 templates/haml/scaffold/_form.html.haml
shoestrap-0.0.3 templates/haml/scaffold/_form.html.haml
shoestrap-0.0.2 templates/haml/scaffold/_form.html.haml
shoestrap-0.0.2.pre templates/haml/scaffold/_form.html.haml