From cf2b0fa7fe0b36c52203085caca8e3a92480c4b6 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 16 Dec 2015 16:12:11 -0800 Subject: [PATCH] add upload report 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 31204023e..953684d87 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -60,6 +60,7 @@
  • <%= link_to("User Promotions", reports_user_promotions_path) %>
  • <%= link_to("Contributors", reports_contributors_path) %>
  • <%= link_to("Janitor Trials", reports_janitor_trials_path) %>
  • +
  • <%= link_to("Uploads", reports_uploads_path) %>