From da825addb9c4589441802e9a6082500572f5af50 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Wed, 20 Jun 2018 14:54:02 -0700 Subject: [PATCH] fix site map --- 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 dc9cb39c2..890be3887 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -119,7 +119,7 @@
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • <%= link_to("Upgrade Information", new_user_upgrade_path) %>
  • -
  • <%= link_to("Refresh counts", new_maintenance_user_count_fixes) %> +
  • <%= link_to("Refresh counts", new_maintenance_user_count_fixes_path) %>