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 %>