Sha256: 7d52711e324460a239cef3eb1cf6cd5e1985c61f453d136da2f82ee6f8859645

Contents?: true

Size: 542 Bytes

Versions: 13

Compression:

Stored size: 542 Bytes

Contents

<% content_for :thredded_page_title,
               safe_join([t('thredded.nav.moderation'), t('thredded.nav.moderation_history')], ': ') %>
<% content_for :thredded_page_id, 'thredded--moderation-history' %>
<%= render 'nav' %>

<%= thredded_page do %>
  <%= content_tag :section, class: 'thredded--main-section' do %>
    <% if @post_moderation_records.present? %>
      <%= render partial: 'post_moderation_record', collection: @post_moderation_records %>
      <%= paginate @post_moderation_records %>
    <% end %>
  <% end %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
thredded-0.10.1 app/views/thredded/moderation/history.html.erb
thredded-0.10.0 app/views/thredded/moderation/history.html.erb
thredded-0.9.4 app/views/thredded/moderation/history.html.erb
thredded-0.9.3 app/views/thredded/moderation/history.html.erb
thredded-0.9.2 app/views/thredded/moderation/history.html.erb
thredded-0.9.1 app/views/thredded/moderation/history.html.erb
thredded-0.8.4 app/views/thredded/moderation/history.html.erb
thredded-0.8.2 app/views/thredded/moderation/history.html.erb
thredded-0.7.0 app/views/thredded/moderation/history.html.erb
thredded-0.6.3 app/views/thredded/moderation/history.html.erb
thredded-0.6.2 app/views/thredded/moderation/history.html.erb
thredded-0.6.1 app/views/thredded/moderation/history.html.erb
thredded-0.6.0 app/views/thredded/moderation/history.html.erb