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" %>