Sha256: dd946a541b8252c5999cf95bfaedf23bee1bbd856ac3ece2e312159caafc4592

Contents?: true

Size: 699 Bytes

Versions: 8

Compression:

Stored size: 699 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, @topics),
      as: :topic %>
  </div>
</section>

<footer>
  <%= paginate @topics %>

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

Version data entries

8 entries across 8 versions & 1 rubygems

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