From 3be8d564060cfd9b5f69d3f30ceb14dc91371e10 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 25 Dec 2012 23:01:17 -0500 Subject: [PATCH] switched the feedback map back in as map 7 --- app/views/layouts/application.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 8f87302d..136bf764 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -45,8 +45,8 @@
  • <%= link_to "My Maps", user_maps_url(user) %>
  • <%= link_to "Invite", invite_path %>
  • <%= link_to "Settings", edit_user_url(user) %>
  • - <% unless Map.first(:conditions => [ "id = ?", 20]).nil? %> -
  • <%= link_to "Feedback", map_path(Map.find(20)) %>
  • + <% unless Map.first(:conditions => [ "id = ?", 7]).nil? %> +
  • <%= link_to "Feedback", map_path(Map.find(7)) %>
  • <% end %>
  • <%= link_to "Logout", session_path, method: 'delete', id: "Login" %>