Sha256: 2d4c3adf2a2f11665c7f0067b733dde5545a6970aae05a9c207b7ea4799c1669

Contents?: true

Size: 533 Bytes

Versions: 3

Compression:

Stored size: 533 Bytes

Contents

<% if @forum_threads.none? %>

    <div><%= t('search_not_found') %>. <%= t('check_out') %> <%= link_to t('latest_questions'), simple_discussion.forum_threads_path %> <%= t('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

3 entries across 3 versions & 1 rubygems

Version Path
simple_discussion-1.3.0 app/views/simple_discussion/forum_threads/index.html.erb
simple_discussion-1.2.0 app/views/simple_discussion/forum_threads/index.html.erb
simple_discussion-1.0.1 app/views/simple_discussion/forum_threads/index.html.erb