modqueue: add links to flags, appeals, approvals, deletions in subnav.

This commit is contained in:
evazion
2020-04-04 00:13:43 -05:00
parent 8134e92457
commit c6354b2504
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<% content_for(:secondary_links) do %>
<%= subnav_link_to "Modqueue", modqueue_index_path %>
|
<%= subnav_link_to "Appeals", post_appeals_path %>
<%= subnav_link_to "Flags", post_flags_path(search: { category: "normal" }) %>
<%= subnav_link_to "Approvals", post_approvals_path %>
<%= subnav_link_to "Undeletions", mod_actions_path(search: { category: 43 }) %>
<%= subnav_link_to "Deletions", mod_actions_path(search: { category: 42 }) %>
|
<%= subnav_link_to "Help", wiki_page_path("about:mod_queue") %>
<% end %>

View File

@@ -30,4 +30,4 @@
<%= render "modqueue/sidebar" %>
<%= render "post_disapprovals/detailed_rejection_dialog" %>
<%= render "posts/partials/common/secondary_links" %>
<%= render "modqueue/secondary_links" %>