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

Version Path
thredded-0.16.11 app/views/thredded/moderation/activity.html.erb
thredded-0.16.10 app/views/thredded/moderation/activity.html.erb
thredded-0.16.9 app/views/thredded/moderation/activity.html.erb
thredded-0.16.8 app/views/thredded/moderation/activity.html.erb
thredded-0.16.7 app/views/thredded/moderation/activity.html.erb
thredded-0.16.6 app/views/thredded/moderation/activity.html.erb
thredded-0.16.5 app/views/thredded/moderation/activity.html.erb
thredded-0.16.4 app/views/thredded/moderation/activity.html.erb
thredded-0.16.3 app/views/thredded/moderation/activity.html.erb
thredded-0.16.1 app/views/thredded/moderation/activity.html.erb
thredded-0.16.0 app/views/thredded/moderation/activity.html.erb
thredded-0.15.5 app/views/thredded/moderation/activity.html.erb
thredded-0.15.4 app/views/thredded/moderation/activity.html.erb
thredded-0.15.3 app/views/thredded/moderation/activity.html.erb
thredded-0.15.2 app/views/thredded/moderation/activity.html.erb
thredded-0.15.1 app/views/thredded/moderation/activity.html.erb
threddedDANIEL-0.14.5 app/views/thredded/moderation/activity.html.erb
thredded-0.14.4 app/views/thredded/moderation/activity.html.erb
thredded-0.14.3 app/views/thredded/moderation/activity.html.erb
thredded-0.14.2 app/views/thredded/moderation/activity.html.erb