Sha256: 118d52282a47948ab9dca3f352c4237b40f18bfb65a6b4c185f47b8d4c046664
Contents?: true
Size: 1.26 KB
Versions: 2
Compression:
Stored size: 1.26 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 %> <div class="thredded--svg-definitions "> <%= inline_svg 'thredded/follow.svg', id: 'thredded-follow-icon', title: nil %> <%= inline_svg 'thredded/unfollow.svg', id: 'thredded-unfollow-icon' %> </div> <%= content_tag :section, class: 'thredded--main-section thredded--topics', 'data-thredded-topics' => true do %> <%= render 'thredded/topics/form', messageboard: messageboard, topic: @new_topic, css_class: 'thredded--is-compact', preview_url: preview_new_messageboard_topic_path(messageboard), placeholder: t('thredded.topics.form.title_placeholder_start') if @new_topic %> <%= render @topics %> <% end %> <footer class="thredded--pagination-bottom"> <%= paginate @topics %> </footer> <div class="thredded--messageboards--actions"> <% if policy(messageboard).update? %> <a class="thredded--button" href="<%= edit_messageboard_path(messageboard) %>"> <%= t('thredded.nav.edit_messageboard') %> </a> <% end %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thredded-0.10.0 | app/views/thredded/topics/index.html.erb |
thredded-0.9.4 | app/views/thredded/topics/index.html.erb |