Sha256: 5f57c8c3cade554e21121720deb2b768cb3b834234e9631b25ec44f5870555c6

Contents?: true

Size: 1.14 KB

Versions: 18

Compression:

Stored size: 1.14 KB

Contents

<% content_for :thredded_page_title, messageboard.name %>
<% content_for :thredded_page_id, 'thredded--topics-index' %>
<% content_for :thredded_breadcrumbs, render('thredded/shared/breadcrumbs') %>

<%= thredded_page do %>
  <%= define_svg_icons('thredded/follow.svg', 'thredded/unfollow.svg') %>

  <%= content_tag :section,
                  class: 'thredded--main-section thredded--topics',
                  'data-thredded-topics' => true,
                  'data-thredded-topic-posts-per-page' => Thredded.posts_per_page do %>
    <%= render 'thredded/topics/form',
               topic: @new_topic,
               css_class: 'thredded--is-compact',
               placeholder: t('thredded.topics.form.title_placeholder_start') if @new_topic %>
    <%= render partial: 'thredded/topics/topic',
               collection: @topics,
               locals: {
                   sticky_topics_divider: true,
                   topics: @topics
               } %>
  <% end %>

  <footer class="thredded--pagination-bottom">
    <%= paginate @topics %>
  </footer>

  <%= render 'thredded/messageboards/messageboard_actions', messageboard: messageboard %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
thredded-1.1.0 app/views/thredded/topics/index.html.erb
thredded-1.0.1 app/views/thredded/topics/index.html.erb
thredded-1.0.0 app/views/thredded/topics/index.html.erb
thredded-0.16.16 app/views/thredded/topics/index.html.erb
thredded-0.16.15 app/views/thredded/topics/index.html.erb
thredded-0.16.14 app/views/thredded/topics/index.html.erb
thredded-0.16.13 app/views/thredded/topics/index.html.erb
thredded-0.16.12 app/views/thredded/topics/index.html.erb
thredded-0.16.11 app/views/thredded/topics/index.html.erb
thredded-0.16.10 app/views/thredded/topics/index.html.erb
thredded-0.16.9 app/views/thredded/topics/index.html.erb
thredded-0.16.8 app/views/thredded/topics/index.html.erb
thredded-0.16.7 app/views/thredded/topics/index.html.erb
thredded-0.16.6 app/views/thredded/topics/index.html.erb
thredded-0.16.5 app/views/thredded/topics/index.html.erb
thredded-0.16.4 app/views/thredded/topics/index.html.erb
thredded-0.16.3 app/views/thredded/topics/index.html.erb
thredded-0.16.1 app/views/thredded/topics/index.html.erb