updated devise to 4.2.0

This commit is contained in:
shlok007 2017-01-21 09:36:05 +05:30
parent c552d08b8e
commit 296eefd1c2
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}"}