Sha256: 1b78701ee74d6345c72703921809443100d1c1714214f543eee7328251fd2cc0
Contents?: true
Size: 520 Bytes
Versions: 38
Compression:
Stored size: 520 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 partial: 'post_moderation_record', collection: @post_moderation_records %> <%= paginate @post_moderation_records %> <% end %> </section> <% end %>
Version data entries
38 entries across 38 versions & 2 rubygems