Sha256: eb47fc24e3d669db6c0cbb6b9ccb650f6af31e2f12e920caa2f8dfad82819770

Contents?: true

Size: 770 Bytes

Versions: 4

Compression:

Stored size: 770 Bytes

Contents

<% content_for :breadcrumbs do %>
  <ul class="breadcrumbs">
    <li><%= link_to 'Forums', thredded.root_path %></li>
    <li><%= link_to messageboard.name,
      messageboard_topics_path(messageboard) %></li>
    <li><span>Results for "<%= params[:q]%>"</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>
  <nav>
    <%= yield :breadcrumbs %>
  </nav>
</footer>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thredded-0.0.10 app/views/thredded/topics/search.html.erb
thredded-0.0.9 app/views/thredded/topics/search.html.erb
thredded-0.0.8 app/views/thredded/topics/search.html.erb
thredded-0.0.7 app/views/thredded/topics/search.html.erb