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.13.3.2 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.3.2 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.12.8.1 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.12.8.1 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.3.1 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.13.3.1 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.3 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.3 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.12.8 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.12.8 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.12.7 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.12.7 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.12.6 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.12.6 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.13.2 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.13.2 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.1 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.1 test/fixtures/markup_app/views/fields_for.slim
padrino-helpers-0.13.1.beta1 test/fixtures/markup_app/views/fields_for.haml
padrino-helpers-0.13.1.beta1 test/fixtures/markup_app/views/fields_for.slim