From 6e27d06eeebca80e1cee91239c0c1f9441fe3fee Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Fri, 2 Dec 2016 13:31:05 -0800 Subject: [PATCH] link to performance reports in 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 432d5c44b..7f5b6c61f 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -61,6 +61,7 @@
  • <%= link_to("Contributors", reports_contributors_path) %>
  • <%= link_to("Janitor Trials", reports_janitor_trials_path) %>
  • <%= link_to("Uploads", reports_uploads_path) %>
  • +
  • <%= link_to("Performance Reports", "https://isshiki.donmai.us/reports") %>
  • <% if Danbooru.config.reportbooru_server %>
  • <%= link_to("Top Searches", searches_explore_posts_path) %>
  • <%= link_to("Missed Searches", missed_searches_explore_posts_path) %>