Sha256: 9fd43891600723aae2350286e52d470c52f78d5110b2c6fe775b753dc8f714ba
Contents?: true
Size: 483 Bytes
Versions: 6
Compression:
Stored size: 483 Bytes
Contents
<li class="page <%= "home" if page.home? %>" rel="<%= page.id %>"> <div> <h2><%= link_to(page.name, admin_page_path(page)) %></h2> <% unless page.virtual? %> <span class="item-actions primary"> <%= link_to_add_child page %> <%= link_to_view_page page %> </span> <%= link_to_delete page unless page.home? %> <% end %> </div> <% if page.children.any? %> <ol> <%= list_pages(page.children) %> </ol> <% end %> </li>
Version data entries
6 entries across 6 versions & 1 rubygems