From 1afc3f36f5fbaf826f4363f25c72dcd5367d8ba2 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 9 Aug 2011 18:04:44 -0700 Subject: [PATCH] refix services in getting started --- app/views/users/getting_started.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml index 3ecc257ce..327e129f2 100644 --- a/app/views/users/getting_started.haml +++ b/app/views/users/getting_started.haml @@ -56,7 +56,7 @@ #getting_started_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}-48x48.png", :title => service.titleize), "/auth/#{service}") + = link_to(image_tag("social_media_logos/#{service.to_s.downcase}-48x48.png", :title => service.to_s.titleize), "/auth/#{service}") %li.connect_with_people{:class => ("completed" if has_few_contacts?)} .getting_started_number