Sha256: 0ed6ef5aad47571bccefeeb3c289a4638e657a6409f523619e141a86a6e233e8

Contents?: true

Size: 221 Bytes

Versions: 21

Compression:

Stored size: 221 Bytes

Contents

<h1>Parent <%= @parent.id %></h1>

<ol>
  <% @parent.children.each do |child| %>
    <li data-position="<%= child.position %>"><%= child.name %></li>
  <% end %>
</ol>

<p><%= link_to "New parent", new_parent_path %></p>

Version data entries

21 entries across 6 versions & 1 rubygems

Version Path
activerecord-sortable-0.0.3 spec/dummy/app/views/parents/show.html.erb