modqueue: add links to flags, appeals, approvals, deletions in subnav.
This commit is contained in:
11
app/views/modqueue/_secondary_links.html.erb
Normal file
11
app/views/modqueue/_secondary_links.html.erb
Normal 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 %>
|
||||
@@ -30,4 +30,4 @@
|
||||
|
||||
<%= render "modqueue/sidebar" %>
|
||||
<%= render "post_disapprovals/detailed_rejection_dialog" %>
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
<%= render "modqueue/secondary_links" %>
|
||||
|
||||
Reference in New Issue
Block a user