Commit 3769f16994cc6d5d9228cffb2cf98987a51652d4
1 parent
fc0b5c9e
Exists in
master
and in
22 other branches
ActionItem9: adding a better screen for anonymous users
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@131 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
app/views/account/index_anonymous.rhtml
1 | -<%= link_to _('Login'), :action => 'login' %> | ||
2 | -<%= link_to _('Sign up'), :action => 'signup' %> | 1 | +<p> |
2 | +<strong><%= link_to _('Login.'), :action => 'login' %></strong> | ||
3 | +<%= _('You need to login to be able to use all the features in this virtual community.') %> | ||
4 | +</p> | ||
5 | + | ||
6 | +<p> | ||
7 | +<%= link_to _('Sign up.'), :action => 'signup' %> | ||
8 | +<%= _('Register as a user to become a member of this virtual community.') %> | ||
9 | +</p> |