modqueue: remove posts per page cookie.

This commit is contained in:
evazion
2020-02-29 13:43:01 -06:00
parent 980103e443
commit 72210c0226
2 changed files with 1 additions and 12 deletions

View File

@@ -7,7 +7,6 @@
<%= search_form_for(moderator_post_queue_path) do |f| %>
<%= f.input :tags, input_html: { value: params.dig(:search, :tags), "data-autocomplete": "tag-query" } %>
<%= f.input :per_page, label: "Posts", collection: %w[25 50 100 200], selected: cookies[:mq_per_page] %>
<%= f.submit "Search" %>
<% end %>