Sha256: adb1008d622a8b75940cc6e0dfd7dcda65d8682f86ca3aaee207a8c9c36efbbb

Contents?: true

Size: 497 Bytes

Versions: 8

Compression:

Stored size: 497 Bytes

Contents

<% content_for :thredded_page_title,
               safe_join([t('thredded.nav.moderation'), t('thredded.nav.moderation_history')], ': ') %>
<% content_for :thredded_page_id, 'thredded--moderation-history' %>
<%= render 'nav' %>

<%= thredded_page do %>
  <section class="thredded--main-section">
    <% if @post_moderation_records.present? %>
      <%= render_post_moderation_records @post_moderation_records %>
      <%= paginate @post_moderation_records %>
    <% end %>
  </section>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thredded-1.1.0 app/views/thredded/moderation/history.html.erb
thredded-1.0.1 app/views/thredded/moderation/history.html.erb
thredded-1.0.0 app/views/thredded/moderation/history.html.erb
thredded-0.16.16 app/views/thredded/moderation/history.html.erb
thredded-0.16.15 app/views/thredded/moderation/history.html.erb
thredded-0.16.14 app/views/thredded/moderation/history.html.erb
thredded-0.16.13 app/views/thredded/moderation/history.html.erb
thredded-0.16.12 app/views/thredded/moderation/history.html.erb