osem-fcy/app/views/devise/shared/_openid.html.haml

5 lines
219 B
Text
Raw Normal View History

2014-06-18 16:58:30 +03:00
- if devise_mapping.omniauthable?
- resource_class.omniauth_providers.each do |provider|
= link_to image_tag("#{provider}.png", size: '32x32') + provider , omniauth_authorize_path(resource_name, provider)
2014-06-19 13:42:39 +03:00
%br