Merge pull request #7687 from raisedadead/fix/move-sign-out-and-email-buttons

Move Sign out and Send Email to User Page
This commit is contained in:
Berkeley Martinez
2016-03-28 07:06:56 -07:00
2 changed files with 6 additions and 6 deletions

View File

@ -29,12 +29,6 @@ block content
a.btn.btn-lg.btn-block.btn-google-plus.btn-link-social(href='/link/google') a.btn.btn-lg.btn-block.btn-google-plus.btn-link-social(href='/link/google')
i.fa.fa-google-plus i.fa.fa-google-plus
| Add my Google+ to my portfolio | Add my Google+ to my portfolio
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/logout')
| Sign me out of Free Code Camp
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='mailto:team@freecodecamp.com')
| Email us at team@freecodecamp.com
.spacer .spacer
h2.text-center Account Settings h2.text-center Account Settings
.row .row

View File

@ -12,6 +12,12 @@ block content
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/settings') a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/settings')
| Update your settings | Update your settings
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/logout')
| Sign me out of Free Code Camp
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='mailto:team@freecodecamp.com')
| Email us at team@freecodecamp.com
.spacer .spacer
h1.text-center #{username}'s code portfolio h1.text-center #{username}'s code portfolio
hr hr