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

Version Path
SFEley-browsercms-3.0.2 app/views/cms/section_nodes/_page.html.erb
buzzware-browsercms-3.0.2 app/views/cms/section_nodes/_page.html.erb
coredumplings-browsercms-3.0.0 app/views/cms/section_nodes/_page.html.erb
nate-browsercms-3.0.210 app/views/cms/section_nodes/_page.html.erb
nate-browsercms-3.0.211 app/views/cms/section_nodes/_page.html.erb
we5-browsercms-3.0.1.1 app/views/cms/section_nodes/_page.html.erb
webficient-browsercms-3.0.1 app/views/cms/section_nodes/_page.html.erb
webficient-browsercms-3.0.2 app/views/cms/section_nodes/_page.html.erb
webficient-browsercms-3.0.3 app/views/cms/section_nodes/_page.html.erb
webficient-browsercms-3.0.4 app/views/cms/section_nodes/_page.html.erb
browsercms-3.1.4 app/views/cms/section_nodes/_page.html.erb
browsercms-3.3.2 app/views/cms/section_nodes/_page.html.erb
browsercms-3.3.1 app/views/cms/section_nodes/_page.html.erb
browsercms-3.3.0 app/views/cms/section_nodes/_page.html.erb
browsercms-3.1.3 app/views/cms/section_nodes/_page.html.erb
browsercms-3.3.0.beta app/views/cms/section_nodes/_page.html.erb
bf4-browsercms-3.1.0 app/views/cms/section_nodes/_page.html.erb
drujensen-browsercms-3.2.0 app/views/cms/section_nodes/_page.html.erb
browsercmsi-3.1.2 app/views/cms/section_nodes/_page.html.erb
browsercms-3.1.2 app/views/cms/section_nodes/_page.html.erb