fixed user feedback link in static/more

This commit is contained in:
albert
2011-09-06 18:20:00 -04:00
parent 44647115ac
commit 156776f42c

View File

@@ -72,7 +72,7 @@
<% unless CurrentUser.nil? %>
<li><%= link_to("Profile", user_path(CurrentUser.user)) %></li>
<% end %>
<li><%= link_to("Feedback", user_feedback_index_path) %></li>
<li><%= link_to("Feedback", user_feedbacks_path) %></li>
<li><%= link_to("Settings", edit_user_path(CurrentUser.user)) %></li>
<li><%= link_to("Signup", new_user_path) %></li>
<li><%= link_to("Terms of Service", terms_of_service_path) %></li>