From ab74c6fd6b47b7e28a75bc9194fcc36135f6d70a Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 5 Aug 2011 10:07:08 -0700 Subject: [PATCH] attempt #2. sorry to the mailing list, we will get this fixed soon --- app/views/shared/_right_sections.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml index bc7b786ec..00c4afafa 100644 --- a/app/views/shared/_right_sections.html.haml +++ b/app/views/shared/_right_sections.html.haml @@ -35,7 +35,7 @@ #right_service_icons - AppConfig.configured_services.each do |service| - unless current_user.services.any?{|x| x.provider == service} - = link_to(image_tag("social_media_logos/#{service.to_s.downcase}-24x24.png", :title => service.titleize), "/auth/#{service}") + = link_to(image_tag("social_media_logos/#{service.to_s.downcase}-24x24.png", :title => service.to_s.titleize), "/auth/#{service}") .section .title