BigW Consortium Gitlab

_omniauth_box.html.haml 356 Bytes
Newer Older
1 2 3
%p
  %span.light
    Sign in with  
4
  - providers = button_based_providers
5 6
  - providers.each do |provider|
    %span.light
7 8
      - has_icon = provider_has_icon?(provider)
      = link_to provider_image_tag(provider), user_omniauth_authorize_path(provider), method: :post, class: (has_icon ? 'oauth-image-link' : 'btn'), "data-no-turbolink" => "true"