Sha256: 04c946539b5660efa6b5de8f3bbc3a061b0eb6bf0a736bcc9d9a24a0b9db7dc5

Contents?: true

Size: 281 Bytes

Versions: 9

Compression:

Stored size: 281 Bytes

Contents

<% unless sidebar.pages.blank? %>
  <h3 class="sidebar-title"><%= t(".pages")%></h3>
  <div class="sidebar-body">
    <ul>
      <% for page in sidebar.pages %>
        <li>
      <%= link_to page.title, page.permalink_url %>
      </li>
    <% end %>
    </ul>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/page_sidebar/_content.html.erb
publify_core-9.0.1 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0.pre6 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0.pre5 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0.pre4 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0.pre3 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0.pre2 app/views/page_sidebar/_content.html.erb
publify_core-9.0.0.pre1 app/views/page_sidebar/_content.html.erb