From 3769f16994cc6d5d9228cffb2cf98987a51652d4 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 23 Jul 2007 22:47:28 +0000 Subject: [PATCH] ActionItem9: adding a better screen for anonymous users --- app/views/account/index_anonymous.rhtml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/views/account/index_anonymous.rhtml b/app/views/account/index_anonymous.rhtml index c8ec006..e622f8f 100644 --- a/app/views/account/index_anonymous.rhtml +++ b/app/views/account/index_anonymous.rhtml @@ -1,2 +1,9 @@ -<%= link_to _('Login'), :action => 'login' %> -<%= link_to _('Sign up'), :action => 'signup' %> +

+<%= link_to _('Login.'), :action => 'login' %> +<%= _('You need to login to be able to use all the features in this virtual community.') %> +

+ +

+<%= link_to _('Sign up.'), :action => 'signup' %> +<%= _('Register as a user to become a member of this virtual community.') %> +

-- libgit2 0.21.2