Re-add btn classes to account page

This commit is contained in:
Berkeley Martinez
2016-01-11 18:05:42 -08:00
parent 65cc50f2fa
commit 57507d84f5

View File

@ -246,29 +246,29 @@ block content
h1.text-center Manage your account h1.text-center Manage your account
hr hr
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-primary-ghost.btn-link-social(href='/logout') a.btn.btn-lg.btn-block.btn-warning.btn-link-social(href='/logout')
span.ion-android-exit span.ion-android-exit
| Sign me out of Free Code Camp | Sign me out of Free Code Camp
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-primary-ghost.btn-link-social(href='mailto:team@freecodecamp.com') a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='mailto:team@freecodecamp.com')
span.ion-email span.ion-email
| Email us at team@freecodecamp.com | Email us at team@freecodecamp.com
if (!user.isLocked) if (!user.isLocked)
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-primary-ghost.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
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-primary-ghost.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-primary.btn-primary-ghost.btn-link-social(href='/commit') a.btn.btn-lg.btn-block.btn-success.btn-link-social(href='/commit')
span.ion-edit span.ion-edit
| Edit my pledge | Edit my pledge
.col-xs-12 .col-xs-12