Sha256: c28d5fdf0b2a98cded0062ed190c506f244bc7eae20fa32b7d8144621f0af3c2
Contents?: true
Size: 384 Bytes
Versions: 2
Compression:
Stored size: 384 Bytes
Contents
<li data-id="<%= page.id %>"> <div> <% if page.draft? %> <span class="label label-warning"><%= t('views.pages._page.labels.draft') %></span> <% end %> <%= link_to page.title, main_app.activa_page_path(page.path) %> </div> <% unless page.leaf? %> <ul> <%= render :partial => :page, :collection => page.children.scoped %> </ul> <% end %> </li>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activa-0.0.14 | app/views/activa/pages/_page.html.erb |
activa-0.0.13 | app/views/activa/pages/_page.html.erb |