Sha256: 7d52711e324460a239cef3eb1cf6cd5e1985c61f453d136da2f82ee6f8859645
Contents?: true
Size: 542 Bytes
Versions: 13
Compression:
Stored size: 542 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 %> <%= 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
13 entries across 13 versions & 1 rubygems