Sha256: f4da0dd231afe20283c536e4b7c7c37904a060903fe7d4d2234927c2e20c2e94

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

<% # http://stackoverflow.com/questions/187073/jquery-sortables %>
<div class="">
  <!-- <input type='hidden' name='content[child_order]' id='child_order' /> -->
  <div id="children">
    <% show_children.try :each do |child| %>
    <%= content_tag :div, id: child.id do %>
      <p><%= link_to child.title, contents_path + '/' + child.ancestry.join('/') + '/edit'  %></p>
    <% end; end -%>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
common-content-0.0.5 app/views/contents/_show_children.html.erb