Commit 7ece2361fe7bec26720f65ab13a3c7f5270c5332
1 parent
dff79984
Exists in
master
and in
22 other branches
ActionItem445: link to popup_login in account index
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2042 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
app/views/account/index_anonymous.rhtml
| 1 | <h1><%= _('Identify yourself') %></h1> | 1 | <h1><%= _('Identify yourself') %></h1> |
| 2 | 2 | ||
| 3 | <p> | 3 | <p> |
| 4 | -<%= link_to _('Login.'), :action => 'login' %> | 4 | +<%= lightbox_link_to _('Login.'), { :controller => 'account', :action => 'login_popup' }, |
| 5 | + :help => _('Click here to enter your username and password and be recognized by the system.') %> | ||
| 6 | + | ||
| 5 | <%= _('You need to login to be able to use all the features in this environment.') %> | 7 | <%= _('You need to login to be able to use all the features in this environment.') %> |
| 6 | </p> | 8 | </p> |
| 7 | 9 |
app/views/shared/user_menu.rhtml
| @@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
| 54 | <%= lightbox_link_to '<span class="icon-menu-login"></span>'+ _('Login'), | 54 | <%= lightbox_link_to '<span class="icon-menu-login"></span>'+ _('Login'), |
| 55 | { :controller => 'account', :action => 'login_popup' }, | 55 | { :controller => 'account', :action => 'login_popup' }, |
| 56 | :id => 'link_login', | 56 | :id => 'link_login', |
| 57 | - :help => _('Click here to enter your username and password and be recognized by the system.') %> | 57 | + :help => _('Click here to enter your username and password and be recognized by the system.') %> |
| 58 | 58 | ||
| 59 | <% end %> | 59 | <% end %> |
| 60 | 60 |