From 5db83a3408eedc11d797f12d8c60326609e7434e Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 23 Mar 2013 11:43:03 -0400 Subject: [PATCH] fixes #1053 --- 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 b2851b149..86a1c79db 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -89,6 +89,7 @@
  • <%= link_to("Feedback", user_feedbacks_path) %>
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • +
  • <%= link_to("Upgrade Information", upgrade_information_users_path) %>