diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 43682ba..f6d438d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -21,18 +21,16 @@
<%= link_to 'Home', root_path %> - <%= link_to 'Search', tiss_crawler_search_path %> - <%= link_to 'Favorite People', '/favorites/favorite_person/index' %> - <%#= link_to 'Projects', projects_index_path %> - <%#= link_to 'Theses', theses_index_path %> + <%= link_to 'Search TISS', tiss_crawler_search_path %> + <%= link_to 'Your Favorites', '/favorites/index' %>
<% if user_signed_in? %> - <%= link_to 'Edit profile', edit_user_registration_path %><%= link_to "Log out", destroy_user_session_path, method: :delete %> + <%= link_to 'Edit profile', edit_user_registration_path %> + <%= link_to "Log out", destroy_user_session_path, method: :delete %> <% else %> - <%= link_to "Sign up", new_user_registration_path %><%= link_to "Log in", new_user_session_path %> + <%= link_to "Sign up", new_user_registration_path %> + <%= link_to "Log in", new_user_session_path %> <% end %>