Sha256: 7be5630debd7d02f39526a853e1eea14f00e42be8210e409f1354ed5bb4812c4

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 Bytes

Contents

<% if @forum_threads.none? %>

    <div>No results found for your search. Check out <%= link_to "the latest questions", simple_discussion.forum_threads_path %> instead?</div>

<% else %>

    <%= render partial: "simple_discussion/forum_threads/forum_thread", collection: @forum_threads, spacer_template: "shared/spacer" %>

  <div class="forum-threads-nav text-center">
    <%= will_paginate @forum_threads, url_builder: simple_discussion, renderer: SimpleDiscussion::BootstrapLinkRenderer %>
  </div>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_discussion-1.0.0 app/views/simple_discussion/forum_threads/index.html.erb
simple_discussion-0.9.5 app/views/simple_discussion/forum_threads/index.html.erb