From 376222659a4cf477ca1d9306905b772723cacfba Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Tue, 23 Oct 2007 22:54:26 +0000 Subject: [PATCH] ActionItem114: fixed the span tag in the shortcut to the homepage of the user --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 60fe3b6..0ecdf3f 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -131,7 +131,7 @@ module ApplicationHelper def shortcut_header_links if logged_in? [ accessibility_link, - ( link_to_homepage( content_tag('span', _('My account'), { :id => 'icon_go_home'} )) ), + ( link_to_homepage( content_tag('span', _('My account')),nil, { :id => 'icon_go_home'} ) ), # MUDAR, O ID acima deve ser no Link 'admin_panel' }, :id => 'icon_admin' if current_user.person.is_admin?), -- libgit2 0.21.2