Archived
pre-fill email field on wrong password
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<% if current_user %>
|
||||
<span id="userinfo-box">
|
||||
<%= link_to current_user.name, current_user %><br/>
|
||||
<%= link_to "Logout", logout_path %>
|
||||
<%= link_to "Logout", logout_path, method: :delete %>
|
||||
</span>
|
||||
<%= link_to current_user.avatar(32), current_user %>
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user