mirror of
https://github.com/openSUSE/osem.git
synced 2026-05-16 03:44:01 -04:00
7 lines
370 B
Plaintext
7 lines
370 B
Plaintext
.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}"} |