Sha256: 338b07d89ef11c1cc8ff41e5f3a467ff2904c0cbc669628403c52b0e3a0c1389
Contents?: true
Size: 734 Bytes
Versions: 38
Compression:
Stored size: 734 Bytes
Contents
<% content_for :thredded_page_title, t('thredded.nav.moderation') %> <% content_for :thredded_page_id, 'thredded--moderation-activity' %> <%= render 'nav' %> <%= thredded_page do %> <section class="thredded--main-section"> <h1><%= t 'thredded.recent_activity' %></h1> <% if @last_moderated_record %> <div class="thredded--moderated-notice"> <%= render 'post_moderation_record', post_moderation_record: @last_moderated_record %> </div> <% end %> <% if @posts.present? %> <%= render_posts @posts, partial: 'thredded/moderation/post', content_partial: 'thredded/posts/content' %> <%= paginate @posts %> <% end %> </section> <% end %>
Version data entries
38 entries across 38 versions & 2 rubygems