Sha256: bf8eebcf3d2f80de697ff90631db879031520c65eaa606f92af41d040767f73b

Contents?: true

Size: 594 Bytes

Versions: 107

Compression:

Stored size: 594 Bytes

Contents

- @user = MarkupUser.new
= form_for @user , '/demo1', :id => 'demo-fields-for' do |f|
  = f.text_field :gender
  = fields_for @user.permission do |permission|
    = permission.check_box :can_edit
    = permission.check_box :can_delete
  = f.fields_for :telephone do |child_form|
    = child_form.label :number
    = child_form.text_field :number
  = f.fields_for :addresses do |child_form|
    = child_form.label :name
    = child_form.text_field :name
    - unless child_form.object.new_record?
      = child_form.check_box '_destroy'
      = child_form.label '_destroy', :caption => 'Remove'

Version data entries

107 entries across 62 versions & 5 rubygems

Version Path
padrino-helpers-0.16.0.pre3 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.16.0.pre3 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.16.0.pre2 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.16.0.pre2 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.15.3 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.15.3 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.15.2 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.15.2 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.15.1 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.15.1 test/fixtures/markup_app/views/fields_for.slim
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/padrino-helpers-0.13.3.4/test/fixtures/markup_app/views/fields_for.haml
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/padrino-helpers-0.13.3.4/test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.15.0 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.15.0 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.14.4 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.14.4 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.14.3 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.14.3 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.12.9 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.12.9 test/fixtures/markup_app/views/fields_for.slim