sideplace_app/app/views/public/shared/_facebook_auth.html.haml
Caroline Girard 556e66ba66 qit
2018-09-04 09:22:47 +02:00

11 lines
692 B
Plaintext

.facebook_connexion{:style => "padding:2em 0;margin-top:1.5em;"}
%p{:style => "text-align:center;"}
=qit("shared-facebook-p1", "Vous avez un compte facebook ? Connectez-vous ou créez votre compte en un clic !")
%p{:style => "text-align:center;"}
=link_to i(:facebook) + raw("  Se connecter avec Facebook") , "/auth/facebook" , style: "background-color:#3b5998;color:white;", class: "btn btn-lg"
%p{:style => "text-align:center;font-size:0.9em;color:rgba(163,161,163,1);"}
=qit("shared-facebook-p2", "Sideplace ne publiera rien sur votre compte Facebook.")
-if params[:fb_alert]
.alert.alert-danger{:style => "margin:auto;max-width:800px;"}
=flash[:alert]