Sha256: 36486c3c9c82e451b9fc51d6fe0b93afd76a08ffea031229f9491340a1973baa

Contents?: true

Size: 715 Bytes

Versions: 7

Compression:

Stored size: 715 Bytes

Contents

<% content_for :breadcrumbs do %>
  <ul class="breadcrumbs">
    <li><%= link_to 'Forums', thredded.root_path %></li>
    <li><span><%= messageboard.name %></span></li>
  </ul>
<% end %>

<header>
  <nav>
    <%= yield :breadcrumbs %>
  </nav>

  <%= render 'thredded/shared/currently_online' %>
  <%= render 'thredded/shared/topic_nav' %>
</header>

<section class="topics" id="topics_listing">
  <div class="currently">
    <%= render partial: 'thredded/topics/topic_condensed',
      collection: Thredded::UserTopicDecorator.decorate_all(current_user, @private_topics),
      as: :topic %>
  </div>
</section>

<footer>
  <%= paginate @private_topics %>

  <nav>
    <%= yield :breadcrumbs %>
  </nav>
</footer>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
thredded-0.0.10 app/views/thredded/private_topics/index.html.erb
thredded-0.0.9 app/views/thredded/private_topics/index.html.erb
thredded-0.0.8 app/views/thredded/private_topics/index.html.erb
thredded-0.0.7 app/views/thredded/private_topics/index.html.erb
thredded-0.0.6 app/views/thredded/private_topics/index.html.erb
thredded-0.0.5 app/views/thredded/private_topics/index.html.erb
thredded-0.0.4 app/views/thredded/private_topics/index.html.erb