Sha256: 08fc41200291f6cffd323eac1c66eaa5a043ecdabb5146a913ea63573259efda

Contents?: true

Size: 887 Bytes

Versions: 2

Compression:

Stored size: 887 Bytes

Contents

<% content_for :thredded_page_title,
               safe_join([t('thredded.nav.moderation'), t('thredded.nav.moderation_history')], ': ') %>
<% content_for :thredded_page_id, 'thredded--pending-moderation' %>
<% content_for :thredded_breadcrumbs do %>
  <ul class="thredded--navigation-breadcrumbs">
    <li><%= link_to t('thredded.nav.all_messageboards'), messageboards_path %></li>
    <li><%= link_to t('thredded.nav.moderation'), pending_moderation_path %></li>
    <li><%= link_to t('thredded.nav.moderation_history'), moderation_history_path %></li>
  </ul>
<% end %>

<%= thredded_page do %>
  <%= content_tag :section, class: 'thredded--main-section' do %>
    <% if @post_moderation_records.present? %>
      <%= render partial: 'post_moderation_record', collection: @post_moderation_records %>
      <%= paginate @post_moderation_records %>
    <% end %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thredded-0.5.1 app/views/thredded/moderation/history.html.erb
thredded-0.5.0 app/views/thredded/moderation/history.html.erb