% page_title "Moderation Queue" %> <%= content_for :html_header do %> <% end %> <% content_for(:top_content) do %>
<% if params.dig(:search, :hidden) %> <%= link_to "View pending posts", modqueue_index_path(search: { tags: params.dig(:search, :tags), hidden: nil }) %>. <% else %> <%= link_to "View hidden posts", modqueue_index_path(search: { tags: params.dig(:search, :tags), hidden: true, }) %>. <% end %>