Commit 04f46e4c1be0168dd728965c58bcb45632ff4f42

Authored by Karpikau Andrei
1 parent 9efefc2c

test forms

... ... @@ -19,7 +19,7 @@
19 19 <div id="collapse-<%= @row_item %>" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading_<%= @row_item %>">
20 20 <div class="panel-body">
21 21 <%= fields_for @obj do |form| %>
22   - <% @obj.page_content_markers.select{|item| item.row_item == @row_item}.order('id').each_with_index do |item, index| %>
  22 + <% @obj.page_content_markers.select{|item| item.row_item == @row_item}.each_with_index do |item, index| %>
23 23 2
24 24 <%= form.fields_for :page_content_markers, item, child_index: (@current_row + index) do |form2| %>
25 25 3
... ...
1 1 module Kanjai
2   - VERSION = "0.0.101"
  2 + VERSION = "0.0.102"
3 3 end
... ...