Sha256: d02095718be0dbf4b0c2774bd644d2ccd2bdb684093a80e271c8f0ccdd6a03b1

Contents?: true

Size: 711 Bytes

Versions: 8

Compression:

Stored size: 711 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_records([@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

8 entries across 8 versions & 1 rubygems

Version Path
thredded-1.1.0 app/views/thredded/moderation/activity.html.erb
thredded-1.0.1 app/views/thredded/moderation/activity.html.erb
thredded-1.0.0 app/views/thredded/moderation/activity.html.erb
thredded-0.16.16 app/views/thredded/moderation/activity.html.erb
thredded-0.16.15 app/views/thredded/moderation/activity.html.erb
thredded-0.16.14 app/views/thredded/moderation/activity.html.erb
thredded-0.16.13 app/views/thredded/moderation/activity.html.erb
thredded-0.16.12 app/views/thredded/moderation/activity.html.erb