From 7670c68e6be47b2bc90d68f2c1cbfaca644f9a94 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Mar 2013 21:12:02 -0400 Subject: [PATCH] fixes #916 --- 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 26a083562..ee8477113 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -8,6 +8,7 @@
  • <%= link_to("Listing", posts_path) %>
  • <%= link_to("Changes", post_versions_path) %>
  • <%= link_to("Upload", new_upload_path) %>
  • +
  • <%= link_to("Upload Listing", uploads_path) %>
  • <%= link_to("Appeals", post_appeals_path) %>
  • <%= link_to("Flags", post_flags_path) %>
  • <% if CurrentUser.is_janitor? %>