Skip to content

Commit

Permalink
Update account menu link in application layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eclectic-coding authored and stevepolitodesign committed Feb 25, 2022
1 parent 9823b3a commit b3e253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<% end %>
<ul>
<% if user_signed_in? %>
<li><%= link_to "My Acount", account_path %></li>
<li><%= link_to "My Account", account_path %></li>
<li><%= button_to "Logout", logout_path, method: :delete %></li>
<% else %>
<li><%= link_to "Login", login_path %></li>
Expand Down

0 comments on commit b3e253f

Please sign in to comment.