Merge pull request #3217 from QuincyLarson/signin-copy
improve signin page copy and move twitter to bottom of list
This commit is contained in:
@ -5,9 +5,6 @@ block content
|
|||||||
a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
|
a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
|
||||||
i.fa.fa-github
|
i.fa.fa-github
|
||||||
| Sign in with Github
|
| Sign in with Github
|
||||||
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
|
|
||||||
i.fa.fa-twitter
|
|
||||||
| Sign in with Twitter
|
|
||||||
a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
||||||
i.fa.fa-facebook
|
i.fa.fa-facebook
|
||||||
| Sign in with Facebook
|
| Sign in with Facebook
|
||||||
@ -17,8 +14,11 @@ block content
|
|||||||
a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin')
|
a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin')
|
||||||
i.fa.fa-linkedin
|
i.fa.fa-linkedin
|
||||||
| Sign in with LinkedIn
|
| Sign in with LinkedIn
|
||||||
|
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
|
||||||
|
i.fa.fa-twitter
|
||||||
|
| Sign in with Twitter
|
||||||
br
|
br
|
||||||
p
|
p
|
||||||
a(href="/email-signup") Or sign up using your email address here.
|
a(href="/email-signup") Or sign up using your email address here.
|
||||||
p
|
p
|
||||||
a(href="/email-signin") Sign in to your existing account with your email address here.
|
a(href="/email-signin") If you originally signed up using your email address, you can sign in here.
|
||||||
|
Reference in New Issue
Block a user