mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
4 lines
219 B
Text
4 lines
219 B
Text
- 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)
|
|
%br
|