diff --git a/app/views/account/login_block.rhtml b/app/views/account/login_block.rhtml index 6c6e30c..49d8940 100644 --- a/app/views/account/login_block.rhtml +++ b/app/views/account/login_block.rhtml @@ -26,7 +26,7 @@ <% end %> <% button_bar(:style => 'margin: 0px;') do %> - <%= button :help, _("I forgot my password!"), :controller => 'account', :action => 'forgot_password' %> + <%= link_to _("I forgot my password!"), :controller => 'account', :action => 'forgot_password' %> <% end %> -- libgit2 0.21.2