Commit 79beaf7f719512f222becf193446749550f51616
1 parent
8400b7b9
Exists in
master
and in
29 other branches
ActionItem9: minor style change
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@158 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/account/index_anonymous.rhtml
| 1 | <h2><%= _('Identify yourself') %></h2> | 1 | <h2><%= _('Identify yourself') %></h2> |
| 2 | 2 | ||
| 3 | <p> | 3 | <p> |
| 4 | -<strong><%= link_to _('Login.'), :action => 'login' %></strong> | 4 | +<%= link_to _('Login.'), :action => 'login' %> |
| 5 | <%= _('You need to login to be able to use all the features in this virtual community.') %> | 5 | <%= _('You need to login to be able to use all the features in this virtual community.') %> |
| 6 | </p> | 6 | </p> |
| 7 | 7 |