Sha256: 0ba3c5f69c3601b6975ba9623c114fb49a4b110f312fc99aac35374a0062414b

Contents?: true

Size: 863 Bytes

Versions: 4

Compression:

Stored size: 863 Bytes

Contents

<nav class="thredded--navigation" role="navigation">
  <ul class="thredded--user-navigation<%= ' thredded--user-navigation-standalone' if Thredded.standalone_layout? %>">
    <% if signed_in? && Thredded.standalone_layout? %>
      <li class="thredded--user-navigation--profile thredded--user-navigation--item">
        <%= link_to thredded_current_user, user_path(thredded_current_user) %>
      </li>
    <% end %>

    <%= render 'thredded/shared/nav/notification_preferences', messageboard: messageboard_or_nil %>
    <%= render 'thredded/shared/nav/private_topics' %>

    <% if Thredded.standalone_layout? %>
      <%= render 'thredded/shared/nav/standalone' %>
    <% end %>
  </ul>
  <div class="thredded--main-navigation">
    <%= yield :thredded_breadcrumbs %>
    <%= render 'thredded/search/form', messageboard: messageboard_or_nil %>
  </div>
</nav>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thredded-0.4.0 app/views/thredded/shared/_nav.html.erb
thredded-0.3.2 app/views/thredded/shared/_nav.html.erb
thredded-0.3.1 app/views/thredded/shared/_nav.html.erb
thredded-0.3.0 app/views/thredded/shared/_nav.html.erb