From 20bac78f87ec2871c20d54aa31306007943f5f16 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 17 Jun 2014 18:09:06 -0700 Subject: [PATCH] change default bulk update request link --- app/views/static/site_map.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %>