refix services in getting started
This commit is contained in:
parent
7b1ff4cd7b
commit
1afc3f36f5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
#getting_started_service_icons
|
#getting_started_service_icons
|
||||||
- AppConfig.configured_services.each do |service|
|
- AppConfig.configured_services.each do |service|
|
||||||
- unless current_user.services.any?{|x| x.provider == 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?)}
|
%li.connect_with_people{:class => ("completed" if has_few_contacts?)}
|
||||||
.getting_started_number
|
.getting_started_number
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue