Sha256: 3c9629f8877b4c5af1ce81f88c69628fbc9aef00873c600217eac9f4c77af669

Contents?: true

Size: 1.13 KB

Versions: 22

Compression:

Stored size: 1.13 KB

Contents

<nav class="thredded--navigation">
  <ul class="thredded--user-navigation<%= ' thredded--user-navigation-standalone' if Thredded.standalone_layout? %>">
    <%= render 'thredded/shared/nav/moderation' %>
    <%= render 'thredded/shared/nav/notification_preferences', messageboard: messageboard_or_nil %>
    <%= render 'thredded/shared/nav/private_topics' if Thredded.private_messaging_enabled %>
    <% if Thredded.standalone_layout? %>
      <%= render 'thredded/shared/nav/standalone_profile' if thredded_signed_in? %>
      <%= render 'thredded/shared/nav/standalone' %>
    <% end %>
  </ul>
  <% if content_for? :thredded_main_navigation %>
    <%= yield :thredded_main_navigation %>
  <% else %>
    <div class="thredded--main-navigation">
      <%# Navigation scoped to the current messageboard if any. %>
      <%= yield :thredded_breadcrumbs %>
      <%= render 'thredded/search/form', messageboard: messageboard_or_nil %>
      <div class="thredded--spacer"></div>
      <ul class="thredded--scoped-navigation">
        <%= render 'thredded/shared/nav/unread_topics', messageboard: messageboard_or_nil %>
      </ul>
    </div>
  <% end %>
</nav>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
thredded-1.1.0 app/views/thredded/shared/_nav.html.erb
thredded-1.0.1 app/views/thredded/shared/_nav.html.erb
thredded-1.0.0 app/views/thredded/shared/_nav.html.erb
thredded-0.16.16 app/views/thredded/shared/_nav.html.erb
thredded-0.16.15 app/views/thredded/shared/_nav.html.erb
thredded-0.16.14 app/views/thredded/shared/_nav.html.erb
thredded-0.16.13 app/views/thredded/shared/_nav.html.erb
thredded-0.16.12 app/views/thredded/shared/_nav.html.erb
thredded-0.16.11 app/views/thredded/shared/_nav.html.erb
thredded-0.16.10 app/views/thredded/shared/_nav.html.erb
thredded-0.16.9 app/views/thredded/shared/_nav.html.erb
thredded-0.16.8 app/views/thredded/shared/_nav.html.erb
thredded-0.16.7 app/views/thredded/shared/_nav.html.erb
thredded-0.16.6 app/views/thredded/shared/_nav.html.erb
thredded-0.16.5 app/views/thredded/shared/_nav.html.erb
thredded-0.16.4 app/views/thredded/shared/_nav.html.erb
thredded-0.16.3 app/views/thredded/shared/_nav.html.erb
thredded-0.16.1 app/views/thredded/shared/_nav.html.erb
thredded-0.16.0 app/views/thredded/shared/_nav.html.erb
thredded-0.15.5 app/views/thredded/shared/_nav.html.erb