2015-04-18 21:44:40 +03:00
|
|
|
.text-center
|
|
|
|
|
.btn-group.btn-group-lg
|
|
|
|
|
- omniauth_configured.each do |provider|
|
2017-01-21 09:36:05 +05:30
|
|
|
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
|
2015-04-18 21:44:40 +03:00
|
|
|
id: "omniauth-#{provider}",
|
|
|
|
|
title: "Your #{provider} login" do
|
|
|
|
|
%i{:class => "fa fa-#{provider}"}
|