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