Sha256: bce7ce2ef0890cf698993be18db50c4d57f8a2bf491564c3194910092fdd7e59

Contents?: true

Size: 578 Bytes

Versions: 3

Compression:

Stored size: 578 Bytes

Contents

<% content_for :thredded_page_title, 'Messageboards' %>
<% content_for :thredded_page_id, 'thredded--messageboards-index' %>
<% content_for :thredded_breadcrumbs, render('thredded/shared/breadcrumbs') %>
<%= thredded_page do %>
  <section class="thredded--main-section thredded--messageboards">
    <%= render @messageboards %>
  </section>

  <% if policy(Thredded::Messageboard.new).create? %>
    <div class="thredded--messageboard--create">
      <a class="thredded--button" href="<%= new_messageboard_path %>">Create a New Messageboard</a>
    </div>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.3.2 app/views/thredded/messageboards/index.html.erb
thredded-0.3.1 app/views/thredded/messageboards/index.html.erb
thredded-0.3.0 app/views/thredded/messageboards/index.html.erb