Skip to content

Commit

Permalink
added new recipe button to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
garrengotthardt committed Jun 22, 2017
1 parent b6e3508 commit 1a959ad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<%if logged_in?%>
<li><a href="<%= user_path(current_user) %>">My Profile</a></li>
<li><%= link_to "Sign Out", signout_path, method: :post%></li>
<li> <%= link_to "Add Recipe", new_recipe_path %> </li>
<% else %>
<li class="show-on-small"><a href="<%= new_user_path %>">Sign Up</a></li>
<li class="show-on-small"><a href="<%= signin_path %>">Sign In</a></li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a959ad

Please sign in to comment.