Sha256: 3b9f3f19809a32ee47ce69b5addde5794651f74ea3eff2058055ccf937e65f19

Contents?: true

Size: 210 Bytes

Versions: 7

Compression:

Stored size: 210 Bytes

Contents

= link_to 'Edit', edit_user_path(@resource)

= form_for @resource do |f|
  = f.remove_fields_link 'Remove without fields'
  = f.add_fields_link :roles, 'Add without fields'
  = f.submit 'Update without fields'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dynamic-fields-for-1.2.1 spec/rails_app/app/views/users/edit_without_fields.html.haml
dynamic-fields-for-1.2.0 spec/rails_app/app/views/users/edit_without_fields.html.haml
dynamic-fields-for-1.1.0 spec/rails_app/app/views/users/edit_without_fields.html.haml
dynamic-fields-for-1.0.4 spec/rails_app/app/views/users/edit_without_fields.html.haml
dynamic-fields-for-1.0.3 spec/rails_app/app/views/users/edit_without_fields.html.haml
dynamic-fields-for-1.0.2 spec/rails_app/app/views/users/edit_without_fields.html.haml
dynamic-fields-for-1.0.1 spec/rails_app/app/views/users/edit_without_fields.html.haml