Sha256: d3e99a3f99eebb26eac36955806b2619bbdbff136f3c35e9f6835aace1b27af0
Contents?: true
Size: 651 Bytes
Versions: 11
Compression:
Stored size: 651 Bytes
Contents
<% content_for :thredded_page_title, t('thredded.nav.moderation') %> <% content_for :thredded_page_id, 'thredded--moderation-activity' %> <%= render 'nav' %> <%= thredded_page do %> <h1><%= t 'thredded.recent_activity' %></h1> <%= content_tag :section, class: 'thredded--main-section' do %> <% 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 partial: 'post', collection: @posts %> <%= paginate @posts %> <% end %> <% end %> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems