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