Sha256: f55a364fdc2325b11303520f5bbb788c908084667b8f39e51d1b397aa60e3b48
Contents?: true
Size: 610 Bytes
Versions: 38
Compression:
Stored size: 610 Bytes
Contents
<% status = node.archived? ? :archived : node.status %> <ul id="section_node_<%= section_node.id %>" class="section_node<%= " rootlet" if root %>" style="display: <%= display ? "''" : "none" %>"> <li> <%= render :partial => "node", :locals => { :node => node, :node_type => "page", :icon => action_icon(root ? :root_page : :page), :hidden => node.hidden?, :access_icon => status_icon(node.section ? node.section.status : ''), :published_status_icon => status_icon(status), :published_status_label => status.to_s.titleize } %> </li> </ul>
Version data entries
38 entries across 38 versions & 11 rubygems