11 lines
692 B
Plaintext
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] |