Sha256: 0b9476047701d57fcd284c86b281145181efd9bc66866b99ce080ab93ec7a7bb
Contents?: true
Size: 858 Bytes
Versions: 20
Compression:
Stored size: 858 Bytes
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.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"> <%= yield :thredded_breadcrumbs %> <%= render 'thredded/search/form', messageboard: messageboard_or_nil %> </div> <% end %> </nav>
Version data entries
20 entries across 20 versions & 2 rubygems