We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365017f commit b644108Copy full SHA for b644108
lib/generators/rails_mvp_authentication/install_generator.rb
@@ -54,15 +54,15 @@ def add_links
54
<<-ERB
55
<ul>
56
<% if user_signed_in? %>
57
- <li><%= link_to "My Acount", account_path %></li>
+ <li><%= link_to "My Account", account_path %></li>
58
<li><%= button_to "Logout", logout_path, method: :delete %></li>
59
<% else %>
60
<li><%= link_to "Login", login_path %></li>
61
<li><%= link_to "Sign Up", sign_up_path %></li>
62
<li><%= link_to "Forgot my password", new_password_path %></li>
63
<li><%= link_to "Didn't receive confirmation instructions", new_confirmation_path %></li>
64
<% end %>
65
- </ul>
+ </ul>
66
ERB
67
end
68
0 commit comments