mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
8 lines
479 B
Text
8 lines
479 B
Text
.text-center
|
|
.btn-group.btn-group-lg#openid-btn-grp
|
|
- omniauth_configured.each do |provider|
|
|
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
|
|
id: "omniauth-#{provider}",
|
|
title: "Your #{provider} login",
|
|
method: :post do
|
|
%i{class: "fa fa-#{provider}"}
|