Commit 023dbaafb1d6abdb5b1002c09521a926be8ae6f1
1 parent
363cec9c
Exists in
master
and in
29 other branches
"Forgot my password" cannot be a button here
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/account/login_block.rhtml
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | <% end %> |
27 | 27 | |
28 | 28 | <% button_bar(:style => 'margin: 0px;') do %> |
29 | - <%= button :help, _("I forgot my password!"), :controller => 'account', :action => 'forgot_password' %> | |
29 | + <%= link_to _("I forgot my password!"), :controller => 'account', :action => 'forgot_password' %> | |
30 | 30 | <% end %> |
31 | 31 | |
32 | 32 | </div> | ... | ... |