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