Sha256: ea20eaaa9451b37064d70e1d6613cb5953441b88ca9b83a8368f64bd15b8e61b

Contents?: true

Size: 915 Bytes

Versions: 38

Compression:

Stored size: 915 Bytes

Contents

<% content_for :thredded_page_title, t('thredded.nav.moderation') %>
<% content_for :thredded_page_id, 'thredded--pending-moderation' %>
<%= render 'nav' %>

<%= thredded_page do %>
  <section class="thredded--main-section">
    <% 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 %>
    <% else %>
      <div class="thredded--empty">
        <h3 class="thredded--empty--title"><%= t 'thredded.moderation.pending.empty.title' %></h3>
        <p><%= t 'thredded.moderation.pending.empty.content' %></p>
      </div>
    <% end %>
  </section>
<% end %>

Version data entries

38 entries across 38 versions & 2 rubygems

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