Commit 376222659a4cf477ca1d9306905b772723cacfba

Authored by MoisesMachado
1 parent 4369b386

ActionItem114: fixed the span tag in the shortcut to the homepage of the user

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@820 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
... ... @@ -131,7 +131,7 @@ module ApplicationHelper
131 131 def shortcut_header_links
132 132 if logged_in?
133 133 [ accessibility_link,
134   - ( link_to_homepage( content_tag('span', _('My account'), { :id => 'icon_go_home'} )) ),
  134 + ( link_to_homepage( content_tag('span', _('My account')),nil, { :id => 'icon_go_home'} ) ),
135 135 # MUDAR, O ID acima deve ser no Link <a id=...
136 136 # O ID icon_accessibility tambem tem que aparcer e testei o link nao ta funcionado.
137 137 ( link_to content_tag('span', _('Admin')), { :controller => 'admin_panel' }, :id => 'icon_admin' if current_user.person.is_admin?),
... ...