From a4542a284501a33f9645a9e2fc519af1a00c3011 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Thu, 24 Jan 2019 14:28:34 -0800 Subject: [PATCH] add disapprovals index to site map --- app/views/static/site_map.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 25c30c7d0..36cb9fb64 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -16,6 +16,7 @@
  • <%= link_to("Mass Edit", edit_moderator_tag_path) %>
  • <% end %>
  • <%= link_to("Similar Images Search", iqdb_queries_path) %>
  • +
  • <%= link_to("Disapprovals", moderator_post_disapprovals_path) %>