diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 19372c2c1..67727a4a2 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -106,7 +106,7 @@
  • Admin

  • <%= link_to("Mod Actions", mod_actions_path) %>
  • <%= link_to("Jobs", delayed_jobs_path) %>
  • -
  • <%= link_to("Bulk Update Requests", new_bulk_update_request_path) %>
  • +
  • <%= link_to("Bulk Update Requests", bulk_update_requests_path) %>
  • <% if CurrentUser.is_admin? %>
  • <%= link_to("Janitor Trials", janitor_trials_path) %>