Fix services index view.

This commit is contained in:
malavbhavsar 2013-01-24 20:35:01 -05:00 committed by Malav bhavsar
parent 31849e1442
commit 4629afb1f5
2 changed files with 2 additions and 1 deletions

View file

@ -41,6 +41,7 @@
* Resize deletelabel and ignoreuser images to align them [#3779](https://github.com/diaspora/diaspora/issues/3779)
* Patch in Armenian pluralization rule until CLDR provides it.
* Fix reshare a post multiple times[#3831](https://github.com/diaspora/diaspora/issues/3671)
* Fix services index view. [#3884](https://github.com/diaspora/diaspora/issues/3884)
## Gem Updates

View file

@ -15,5 +15,5 @@
= t('services.index.no_services')
- AppConfig.configured_services.each do |service|
- unless @services.any?{|x| x.provider == service}
- unless @services.any?{|x| x.provider == service.to_s}
%h4= link_to(t("services.index.connect_to_#{service}"), "/auth/#{service}")