nested_form icon indicating copy to clipboard operation
nested_form copied to clipboard

link_to_add make large index number

Open shingo-nakanishi opened this issue 9 years ago • 0 comments

version

0.3.2

no support index

<tbody id="foo">
  <%= f.fields_for :foos, wrapper: false do |of| -%>
    <tr class="fields">
      <td><%= of.index %></td> 

click link_to_add make 1451347938120 next click link_to_add make 1451347952296

Rails4 support index

http://stackoverflow.com/a/22640703/1979953

shingo-nakanishi avatar Dec 29 '15 00:12 shingo-nakanishi