From 023dbaafb1d6abdb5b1002c09521a926be8ae6f1 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 15 Jan 2010 09:50:27 -0300 Subject: [PATCH] "Forgot my password" cannot be a button here --- app/views/account/login_block.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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