Sha256: 5a066833678a7bc350262eac1751a4a3c3a4199baddec09c61485038cacd7acb

Contents?: true

Size: 308 Bytes

Versions: 8

Compression:

Stored size: 308 Bytes

Contents

//replaced by formtastic form
= form_for @resource do |f|
  
  =form_errors_helper

<% for attribute in attributes -%>
  .field
    .field_label
      = f.label :<%= attribute.name %>
    .field_input
      = f.<%= attribute.field_type %> :<%= attribute.name %>
<% end -%>
  .actions
    = f.submit 'Save'


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pixelearth-3.2.4 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-3.2.2 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-0.0.7 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-0.0.6 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-0.0.5 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-0.0.4 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-0.0.3 lib/generators/project_files/templates/tmp/_form.html.haml
pixelearth-0.0.2 lib/generators/project_files/templates/tmp/_form.html.haml