Sha256: 7b63405db0290a2def0efc5be49d3758ce86c96aba040afab48887aa017d75ac

Contents?: true

Size: 723 Bytes

Versions: 4

Compression:

Stored size: 723 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: @topics.map(&:decorate), 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.6 app/views/thredded/topics/search.html.erb
thredded-0.0.5 app/views/thredded/topics/search.html.erb
thredded-0.0.4 app/views/thredded/topics/search.html.erb
thredded-0.0.3 app/views/thredded/topics/search.html.erb