mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
8 lines
390 B
Text
8 lines
390 B
Text
|
|
.text-center
|
||
|
|
.btn-group.btn-group-lg
|
||
|
|
- omniauth_configured.each do |provider|
|
||
|
|
= link_to user_omniauth_authorize_path(provider), class: "btn btn-success btn-lg",
|
||
|
|
id: "omniauth-#{provider}",
|
||
|
|
title: "Your #{provider} login" do
|
||
|
|
%i{:class => "fa fa-#{provider}"}
|