From 867ffe2ff99263710ab6d30079236c93b92320b7 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 24 Nov 2007 12:56:01 +0000 Subject: [PATCH] ActionItem93: login screen points to signup --- app/views/account/login.rhtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index 335792b..b5dff23 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -17,5 +17,9 @@

-<%= link_to _("I forgot my password"), :action => 'forgot_password' %> +<%= link_to _("I forgot my password!"), :action => 'forgot_password' %> +

+ +

+<%= link_to _("I want to be an user!"), :action => 'signup' %>

-- libgit2 0.21.2