From 5d41c14e740dfe6c2d4bb390d93637651de2c1e3 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 5 Aug 2011 09:44:15 -0700 Subject: [PATCH] attempt to fix build --- 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 788d0b193..bc7b786ec 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.downcase}-24x24.png", :title => service.titleize), "/auth/#{service}") + = link_to(image_tag("social_media_logos/#{service.to_s.downcase}-24x24.png", :title => service.titleize), "/auth/#{service}") .section .title