Merge pull request #1254 from shlok007/devise

Updated devise to 4.2.0
This commit is contained in:
Stella Rouzi 2017-03-01 13:29:44 +02:00 committed by GitHub
commit 8b5d6603af
3 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,7 @@
.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",
= 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}"}