Sha256: 55fdc0778e6e5487d5ff37ad9b647942f837cb116f157fbad3f63b2ed553480d

Contents?: true

Size: 390 Bytes

Versions: 14

Compression:

Stored size: 390 Bytes

Contents

<%= nested_form_for Project.new do |f| -%>
  <%= f.fields_for :tasks do |tf| -%>
    <%= tf.fields_for :milestones do |mf| %>
      <%= mf.text_field :name %>
      <%= mf.link_to_remove 'Remove milestone' %>
    <% end %>
    <%= tf.link_to_add 'Add new milestone', :milestones %>
    <%= tf.link_to_remove 'Remove' %>
  <% end -%>
  <%= f.link_to_add 'Add new task', :tasks %>
<% end -%>

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/nested_form-0.3.2/spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
freeform-1.0.4 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
freeform-1.0.3 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
freeform-1.0.2 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
freeform-1.0.1 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
freeform-1.0.0 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
picturefill-0.1.3 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
picturefill-0.1.2 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
picturefill-0.1.1 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
picturefill-0.1.0 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
nested_form-0.3.2 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
nested_form-0.3.1 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
nested_form-0.3.0 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb
nested_form-0.2.3 spec/dummy/app/views/projects/without_intermediate_inputs.html.erb