mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
4 lines
No EOL
218 B
Text
4 lines
No EOL
218 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 |