Commit 867ffe2ff99263710ab6d30079236c93b92320b7
1 parent
6b0b91c8
Exists in
master
and in
22 other branches
ActionItem93: login screen points to signup
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@931 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
app/views/account/login.rhtml
... | ... | @@ -17,5 +17,9 @@ |
17 | 17 | |
18 | 18 | |
19 | 19 | <p> |
20 | -<%= link_to _("I forgot my password"), :action => 'forgot_password' %> | |
20 | +<%= link_to _("I forgot my password!"), :action => 'forgot_password' %> | |
21 | +</p> | |
22 | + | |
23 | +<p> | |
24 | +<%= link_to _("I want to be an user!"), :action => 'signup' %> | |
21 | 25 | </p> | ... | ... |