mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
7 lines
393 B
Text
7 lines
393 B
Text
.text-center
|
|
.btn-group.btn-group-lg
|
|
- 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" do
|
|
%i{class: "fa fa-#{provider}"}
|