Sha256: 21704e60a18ea69a9af464b9083266aa0c46e7246fd8182d54de838012830800

Contents?: true

Size: 396 Bytes

Versions: 7

Compression:

Stored size: 396 Bytes

Contents

<ul id="pages-neighbours">
  <% if page.inner_pages.any? %>
    <% page.inner_pages.each do |page| %>
      <li><%= link_to page.title, main_app.activa_page_path(page.path) %></li>
    <% end %>
  <% elsif page.neighbours.any? %>
    <% page.neighbours.each do |page| %>
      <li><%= link_to_unless_current page.title, main_app.activa_page_path(page.path) %></li>
    <% end %>
  <% end %>
</ul>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activa-0.0.8 app/views/activa/pages/partials/_neighbours.html.erb
activa-0.0.7 app/views/activa/pages/partials/_neighbours.html.erb
activa-0.0.6 app/views/activa/pages/partials/_neighbours.html.erb
activa-0.0.5 app/views/activa/pages/partials/_neighbours.html.erb
activa-0.0.4 app/views/activa/pages/partials/_neighbours.html.erb
activa-0.0.3 app/views/activa/pages/partials/_neighbours.html.erb
activa-0.0.2 app/views/activa/pages/partials/_neighbours.html.erb