Swapped twitter and google auth buttons on login/signup pages
This commit is contained in:
@ -26,15 +26,17 @@ block content
|
||||
a.btn.btn-primary.btn-block.facebook(href='/auth/facebook')
|
||||
i.fa.fa-facebook
|
||||
| Facebook
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.row
|
||||
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-info.btn-block.twitter(href='/auth/twitter')
|
||||
i.fa.fa-twitter
|
||||
| Twitter
|
||||
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-default.btn-block.github(href='/auth/github')
|
||||
i.fa.fa-github
|
||||
|
@ -28,15 +28,15 @@ block content
|
||||
a.btn.btn-primary.btn-block.facebook(href='/auth/facebook')
|
||||
i.fa.fa-facebook
|
||||
| Facebook
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-info.btn-block.twitter(href='/auth/twitter')
|
||||
i.fa.fa-twitter
|
||||
| Twitter
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-danger.btn-block.google(href='/auth/google')
|
||||
i.fa.fa-google-plus
|
||||
| Google
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
a.btn.btn-default.btn-block.github(href='/auth/github')
|
||||
i.fa.fa-github
|
||||
|
Reference in New Issue
Block a user