Skip to content

Commit b3e253f

Browse files
eclectic-codingstevepolitodesign
authored andcommitted
Update account menu link in application layout
1 parent 9823b3a commit b3e253f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<% end %>
1818
<ul>
1919
<% if user_signed_in? %>
20-
<li><%= link_to "My Acount", account_path %></li>
20+
<li><%= link_to "My Account", account_path %></li>
2121
<li><%= button_to "Logout", logout_path, method: :delete %></li>
2222
<% else %>
2323
<li><%= link_to "Login", login_path %></li>

0 commit comments

Comments
 (0)