make sync data from GitHub button's text more clear

This commit is contained in:
Quincy Larson
2016-01-09 00:47:46 -06:00
committed by Berkeley Martinez
parent 7cbfd223ae
commit 649cfb72f8

View File

@ -16,7 +16,7 @@ block content
else else
a.btn.btn-lg.btn-block.btn-github.btn-link-social(href='/link/github') a.btn.btn-lg.btn-block.btn-github.btn-link-social(href='/link/github')
i.fa.fa-github i.fa.fa-github
| Update my portfolio from GitHub | Update my name, username, and location with data from my GitHub account
if (!user.twitter) if (!user.twitter)
a.btn.btn-lg.btn-block.btn-twitter.btn-link-social(href='/link/twitter') a.btn.btn-lg.btn-block.btn-twitter.btn-link-social(href='/link/twitter')
i.fa.fa-twitter i.fa.fa-twitter
@ -195,7 +195,7 @@ block content
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-info.btn-link-social(href='/toggle-lockdown-mode') a.btn.btn-lg.btn-block.btn-info.btn-link-social(href='/toggle-lockdown-mode')
span.ion-locked span.ion-locked
| Hide all my solutions from other people | Hide all my solutions from other people
br br
| (this will disable your certificates) | (this will disable your certificates)
else else
@ -203,7 +203,7 @@ block content
a.btn.btn-lg.btn-block.btn-info.btn-link-social(href='/toggle-lockdown-mode') a.btn.btn-lg.btn-block.btn-info.btn-link-social(href='/toggle-lockdown-mode')
span.ion-unlocked span.ion-unlocked
| Let other people see all my solutions | Let other people see all my solutions
br br
| (this will enable your certificates) | (this will enable your certificates)
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-success.btn-link-social(href='/commit') a.btn.btn-lg.btn-block.btn-success.btn-link-social(href='/commit')