From 340a62b49f18ea2014e0cbc118285ed4188e6630 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 3 Feb 2016 17:06:15 -0800 Subject: [PATCH] link search reports in site map --- app/views/static/site_map.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 953684d87..ac3875f5a 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -61,6 +61,10 @@
  • <%= link_to("Contributors", reports_contributors_path) %>
  • <%= link_to("Janitor Trials", reports_janitor_trials_path) %>
  • <%= link_to("Uploads", reports_uploads_path) %>
  • + <% if Danbooru.config.report_server %> +
  • <%= link_to("Top Searches", searches_explore_posts_path) %>
  • +
  • <%= link_to("Missed Searches", missed_searches_explore_posts_path) %>
  • + <% end %>