From 156776f42cfd126960dd3b31385feb11f19c0725 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 6 Sep 2011 18:20:00 -0400 Subject: [PATCH] fixed user feedback link in static/more --- 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 76698c237..080880015 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -72,7 +72,7 @@ <% unless CurrentUser.nil? %>
  • <%= link_to("Profile", user_path(CurrentUser.user)) %>
  • <% end %> -
  • <%= link_to("Feedback", user_feedback_index_path) %>
  • +
  • <%= link_to("Feedback", user_feedbacks_path) %>
  • <%= link_to("Settings", edit_user_path(CurrentUser.user)) %>
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>